https://github.com/abdultolba/spotify-info-server
Express server for running and watching the spotify-info application.
https://github.com/abdultolba/spotify-info-server
express expressjs netlify-functions nodejs serverless-http
Last synced: 25 days ago
JSON representation
Express server for running and watching the spotify-info application.
- Host: GitHub
- URL: https://github.com/abdultolba/spotify-info-server
- Owner: abdultolba
- Created: 2020-03-14T14:30:00.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-14T14:39:22.000Z (about 6 years ago)
- Last Synced: 2025-02-24T05:28:41.542Z (over 1 year ago)
- Topics: express, expressjs, netlify-functions, nodejs, serverless-http
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spotify Info Server
View and observe your top artists and tracks from your Spotify profile.
## Installation
1. Register a developer application with [Spotify](https://developer.spotify.com/documentation/web-api/quick-start).
2. Initialize the client keys for the Spotify application, redirect and callback url here.
```bash
cp .env.example .env
```
3. Install dependencies
```bash
npm install
```
or
```bash
npm i
```
4. Run the server and watch its files
```bash
npm start
```
## Built with
- [Express](https://expressjs.com/)
- [Netlify Lambda](https://github.com/netlify/netlify-lambda)
- [Serverless Http](https://github.com/dougmoscrop/serverless-http)