This is a project to make a rails project to mess around with my last.fm data. You can pull from the last.fm API to update regularly. This is going to be experimenting with some cool ways to display the data.
Assuming you already have ruby, postgres, and bundle installed just run the following commands to get everything all set-up (if you have trouble installing rails look into how to install nokogiri). Steps:
- Run
bin/setup
to set up the database and the.env
file with your username and API key. Note: The.env
file is in.gitignore
by default. (You can get a last.fm API key here). - Run
bundle exec rails server
to start up the server.