An open API service indexing awesome lists of open source software.

https://github.com/maihameed/oauth-project

Exploring using OAuth and web APIs. Built with JS.
https://github.com/maihameed/oauth-project

api-rest oauth web

Last synced: 12 months ago
JSON representation

Exploring using OAuth and web APIs. Built with JS.

Awesome Lists containing this project

README

          

# Spotify OAuth Project
Currently hosted on [GitHub Pages](https://maihameed.github.io/oauth-project/). Read through the [project report](report.pdf) for more information. In short, the app allows
you to login using your Spotify account, and the app with display basic user profile information as well as top and recommended songs pulled from the Spotify Web API.

# Running the app locally for dev
- Run `npm install` the first time you run the app to install all dependancies locally.
- Run `node app.js` from the root of the directory.
- Open [localhost:8888](http://localhost:8888) from your browser.