https://github.com/mathiasfk/lastfm-tag-filter
A basic page that provides insights on scrobbles with a specific tag.
https://github.com/mathiasfk/lastfm-tag-filter
lastfm lastfm-api
Last synced: 2 months ago
JSON representation
A basic page that provides insights on scrobbles with a specific tag.
- Host: GitHub
- URL: https://github.com/mathiasfk/lastfm-tag-filter
- Owner: mathiasfk
- Created: 2022-10-01T20:18:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-20T18:32:35.000Z (over 3 years ago)
- Last Synced: 2025-09-03T13:32:05.813Z (10 months ago)
- Topics: lastfm, lastfm-api
- Language: TypeScript
- Homepage: https://mathiasfk.github.io/lastfm-tag-filter/
- Size: 1.58 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Last.fm Tag Filter
A basic page that provides insights on scrobbles with a specific tag.
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.\
You will also see any lint errors in the console.
### `npm run deploy`
Updates the GitHub Pages branch.
## Tools used
- [Last.fm API](https://www.last.fm/api)
- [Create React App](https://github.com/facebook/create-react-app).
- [gh-pages](https://github.com/gitname/react-gh-pages)