Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 264 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 264 Bytes

nowplaying

Post your currently playing track to social media through last.fm

Run it

  1. Start the local database with the mongod command
  2. Start the NodeJS server with node server.js or nodemon server.js (to restart when changes happen).