This program displays the "best" Animal Crossing: New Horizon islands available on https://turnip.exchange.
The displayed islands are the ones with the best turnip price and no queue.
- Go to the Release page
- Download the last Navelsk.x.x.x.exe file
- Double-click the file you just downloaded
- If Microsoft Defender SmartScreen shows you a warning, click on "More info" then "Run anyway"
- Enjoy those sweet 600+ bells islands
Use this program during the week (tuesday-friday), when the prices are the highest on some islands.
Get in the queue quickly on turnip.exchange, because people rush to these high-price islands.
Navelsk uses the MIT license.
This software is built with the following technology:
To build Navelsk, use this command line in Powershell:
npm run install
npm run build
This compiles the source code and stores the result in a "dist" folder.
To run Navelsk, use this command line in Powershell:
npm run start
This runs the "build" command then starts the program.
To generate the Navelsk EXE file, use this command line in Powershell:
npm run package