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.
- Host: GitHub
- URL: https://github.com/maihameed/oauth-project
- Owner: MaiHameed
- Created: 2021-03-21T17:56:15.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-13T19:19:12.000Z (over 4 years ago)
- Last Synced: 2025-02-10T13:10:00.690Z (over 1 year ago)
- Topics: api-rest, oauth, web
- Language: JavaScript
- Homepage: https://maihameed.github.io/oauth-project/
- Size: 1.6 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.