https://github.com/ijzerenhein/top2000-stemlijst
Importeer jouw Top 2000 stemlijst eenvoudig naar Spotify, Apple Music of Deezer
https://github.com/ijzerenhein/top2000-stemlijst
deezer deezer-api import musickit playlist spotify spotify-api stemlijst top2000
Last synced: about 1 month ago
JSON representation
Importeer jouw Top 2000 stemlijst eenvoudig naar Spotify, Apple Music of Deezer
- Host: GitHub
- URL: https://github.com/ijzerenhein/top2000-stemlijst
- Owner: IjzerenHein
- Created: 2020-12-08T08:33:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-25T21:08:52.000Z (12 months ago)
- Last Synced: 2025-03-26T22:51:18.873Z (about 2 months ago)
- Topics: deezer, deezer-api, import, musickit, playlist, spotify, spotify-api, stemlijst, top2000
- Language: TypeScript
- Homepage: https://top2000stemlijst.nl
- Size: 2.79 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Top 2000 Stemlijst
Importeer jouw Top 2000 stemlijst eenvoudig naar Spotify, Apple Music of Deezer
https://top2000stemlijst.nl
> This project was bootstrapped with [Expo](https://expo.io)
## Local development
Start the web app:
```sh
expo start:web
```Open it in the browser:
http://localhost:19006
### Running the cloud functions locally
https://firebase.google.com/docs/functions/local-emulator
Open a separate terminal and go to the `/functions` directory.
Use `firebase login` to login to the Firebase project.
Download the secrets to the `.runtimeconfig.json` file:
```sh
firebase functions:config:get > .runtimeconfig.json
```Start the development server:
```sh
firebase emulators:start --only functions
```