https://github.com/tinybirdco/artist-360
Artist 360 project
https://github.com/tinybirdco/artist-360
Last synced: 11 months ago
JSON representation
Artist 360 project
- Host: GitHub
- URL: https://github.com/tinybirdco/artist-360
- Owner: tinybirdco
- Created: 2021-05-08T15:32:42.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-27T07:19:56.000Z (about 5 years ago)
- Last Synced: 2025-01-10T03:56:33.867Z (over 1 year ago)
- Language: JavaScript
- Homepage: artist-360.vercel.app
- Size: 428 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Artist 360
Demo to show how to analyze the performance of millions of artists in real-time, across all platforms, with Tinybird.
## Getting Started
Create a `.env` file with the following properties:
```
NEXT_PUBLIC_TOKEN=YOUR_TINYBIRD_TOKEN
SPOTIFY_TOKEN=YOUR_SPOTIFY_TOKEN
```
Second, run the development server:
```bash
npm run dev
# or
yarn dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Other details
All API endpoints used in this demo are available in this [page](https://api.tinybird.co/endpoints?token=p.eyJ1IjogIjI5ZGRlNDhjLTU3NDQtNDQ1Yy1iZTJhLThkMjdiNWM5NTVmNiIsICJpZCI6ICI2Zjk2M2U5NS1mMGZmLTQyOTctYTk3MC00NjcxZjBhMmMzYjgifQ.SJ8kGdkgPd3lG9C5MQb9EnGKovvOeiwo0AIUusU344Q).
## Pending
- [x] Genres home block
- [x] Countries home block
- [x] Home image
- [x] Favicon
- [x] Deep linking
- [x] Home artists graph
- [ ] Responsive
- [x] Graph issues