https://github.com/fastuptime/spotify_authentication
Spotify Authentication / Spotify Yetkilendirme NodeJs
https://github.com/fastuptime/spotify_authentication
nodejs passport passport-spotify passportjs spotify spotify-api spotify-auth spotify-authentication spotify-yetkilendirme
Last synced: about 1 year ago
JSON representation
Spotify Authentication / Spotify Yetkilendirme NodeJs
- Host: GitHub
- URL: https://github.com/fastuptime/spotify_authentication
- Owner: fastuptime
- License: other
- Created: 2023-08-16T17:53:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-16T20:49:49.000Z (almost 3 years ago)
- Last Synced: 2025-02-17T09:13:27.790Z (over 1 year ago)
- Topics: nodejs, passport, passport-spotify, passportjs, spotify, spotify-api, spotify-auth, spotify-authentication, spotify-yetkilendirme
- Language: EJS
- Homepage:
- Size: 19.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Spotify_Authentication
Spotify Authentication / Spotify Kimlik Doğrulama NodeJs
# 🎈 Images 🎈




# 🌘 Example Response Spotify 🌘
```js
{
provider: 'spotify',
id: 'qgbw9tmglmdrl6yhktnx1x2bz',
username: 'qgbw9tmglmdrl6yhktnx1x2bz',
displayName: 'Can İşte',
profileUrl: 'https://open.spotify.com/user/qgbw9tmglmdrl6yhktnx1x2bz',
photos: [
{
value: 'https://i.scdn.co/image/ab67757000003b825e2e36488f75b33d342c42c6'
},
{
value: 'https://i.scdn.co/image/ab6775700000ee855e2e36488f75b33d342c42c6'
}
],
country: null,
followers: 2113,
product: null,
_raw: '{\n' +
' "display_name" : "Can İşte",\n' +
' "external_urls" : {\n' +
' "spotify" : "https://open.spotify.com/user/qgbw9tmglmdrl6yhktnx1x2bz"\n' +
' },\n' +
' "href" : "https://api.spotify.com/v1/users/qgbw9tmglmdrl6yhktnx1x2bz",\n' +
' "id" : "qgbw9tmglmdrl6yhktnx1x2bz",\n' +
' "images" : [ {\n' +
' "url" : "https://i.scdn.co/image/ab67757000003b825e2e36488f75b33d342c42c6",\n' +
' "height" : 64,\n' +
' "width" : 64\n' +
' }, {\n' +
' "url" : "https://i.scdn.co/image/ab6775700000ee855e2e36488f75b33d342c42c6",\n' +
' "height" : 300,\n' +
' "width" : 300\n' +
' } ],\n' +
' "type" : "user",\n' +
' "uri" : "spotify:user:qgbw9tmglmdrl6yhktnx1x2bz",\n' +
' "followers" : {\n' +
' "href" : null,\n' +
' "total" : 2113\n' +
' }\n' +
'}',
_json: {
display_name: 'Can İşte',
external_urls: {
spotify: 'https://open.spotify.com/user/qgbw9tmglmdrl6yhktnx1x2bz'
},
href: 'https://api.spotify.com/v1/users/qgbw9tmglmdrl6yhktnx1x2bz',
id: 'qgbw9tmglmdrl6yhktnx1x2bz',
images: [ [Object], [Object] ],
type: 'user',
uri: 'spotify:user:qgbw9tmglmdrl6yhktnx1x2bz',
followers: { href: null, total: 2113 }
}
}
```
# 🛠️ Installation 🛠️
- Download and install [NodeJs](https://nodejs.org/en/download) on your computer.
- Download the project as Zip to your computer and unzip it.
- Enter the folder you extracted from the zip and open a terminal to the location of that folder, then enter the following commands.
`npm install`
- Start the by entering the following command in Terminal
`node .`
- https://developer.spotify.com/my-applications Create an app here
## ⛳Tech Stack ⛳
**🗄️ Server:** Node, Passport, Express, Passport-Spotify, Express-session
---
- ✨ [For Support](https://github.com/sponsors/fastuptime)
- 💕 [Discord](https://fastuptime.com/discord)
- 🏓 [Fast Uptime](https://fastuptime.com/)
- 🪄 All kinds of projects are made
- 🧨 You can contact us to make a paid project
- 💸 You can contact for paid installation
- ☄️ [Click For Contact](mailto:fastuptime@gmail.com)
# 🎯 License 🎯
- ⚖️ Its protected by Creative Commons ([CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/))
