Chartr is now unmaintained. This repo is archived in favor of Topchart
Chartr is a free, open-source web app which allows you to create your own, customized music chartrs.
A collage of album covers.
- Show album titles alongside the collage
- Add upto a 100 items
- Customize the font
- Customize the colors
- Change the padding to your wish
- Increase or decrease the gap between the items
Your Top 5 Artists on Spotify (requires login)
- Customize background color
- Customize foreground color
- Change time range
Your Top 5 Tracks on Spotify (requires login)
- Customize background color
- Customize foreground color
- Change time range
- Add localization support
- Move to a custom domain instead of a vercel subdomain
- Add more chart options
Read CONTRIBUTING.md before submitting pull requests.
$ git clone https://github.com/amanharwara/chartr.git
$ cd chartr
$ yarn
or
$ npm install
yarn build
or
npm run build
yarn dev
or
npm run dev
yarn start --host
or
npm start --host