https://github.com/plibither8/github-status-listening-to
🎧 Update my GitHub status to whatever song I'm listening
https://github.com/plibither8/github-status-listening-to
Last synced: 13 days ago
JSON representation
🎧 Update my GitHub status to whatever song I'm listening
- Host: GitHub
- URL: https://github.com/plibither8/github-status-listening-to
- Owner: plibither8
- License: mit
- Created: 2020-11-09T10:23:53.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-08T18:30:20.000Z (over 1 year ago)
- Last Synced: 2025-04-12T23:36:16.943Z (13 days ago)
- Language: TypeScript
- Homepage: https://github.com/plibither8
- Size: 102 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🎧 github-status-listening-to
> Update my GitHub status to whatever song I'm listening
Updates my GitHub status to whatever song I'm listening right now, in the format "🎧 Listening to [name] by [artist]".
Really just set this up to get my hands dirty with GraphQL. And why not?
## Setup
1. Clone repo and install the dependencies (`npm install`, `pnpm install`, etc.)
2. Copy the [`.env.example`](/.env.example) into `.env` and update with your Last.fm and GitHub tokens.
3. Update your username and other configs (optional) [over here](/src/config.ts)
4. Build and start the script:
```sh
$ npm run build
$ npm start
```
5. For development, use `npm run dev`## License
[MIT](LICENSE)