Ruby API made for fun and stonks.
- Ruby.
- A Redis instance.
- An IEX Cloud API token. Create a free IEX Cloud account to get one.
- Make sure your Redis instance is up and running.
- Create an environment variable called
TOKEN
and assign your IEX Cloud API token. - From the repo folder run
bundle install
and thenrackup
on a terminal.
bundle install
rackup
Your API should be up and running :)