Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielabrozzoni/hiturnips
https://github.com/danielabrozzoni/hiturnips
animal-crossing animal-crossing-new-horizons turnips
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/danielabrozzoni/hiturnips
- Owner: danielabrozzoni
- License: gpl-3.0
- Created: 2020-05-16T13:44:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-05T14:42:57.000Z (over 4 years ago)
- Last Synced: 2024-11-15T07:33:36.549Z (3 months ago)
- Topics: animal-crossing, animal-crossing-new-horizons, turnips
- Language: Rust
- Homepage:
- Size: 2.11 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Alt text](./static/turnips_logo.svg)
Hi Turnips is an online exchange for Animal Crossing New Horizons turnips.
In the popular game, players can buy turnips on Sunday morning, and then sell them at Nook's cranny during the week - Tim & Tom prices oscillates during the weeks, making it difficult to earn a lot by selling them.
Hi Turnips wants to make things easier for the players: connecting to the online platform they can travel to other people's islands to sell turnips, or open the gates and let visitors come in for selling.
We're not online yet, but we'll publish the website soon. Stay tuned!
## Running the project
```
git clone https://github.com/danielabrozzoni/hiturnips.git
cd hiturnips
cargo run
```The platform connects to a Redis database at `redis://127.0.0.1/`; this means that for making it work you'll need to start a [redis server](https://redis.io/download).
```
redis-server
```Finally, visit `localhost:8000`