https://github.com/wobsoriano/coderstats
📊 Data visualizations of your top languages, starred repositories and top repos.
https://github.com/wobsoriano/coderstats
chartjs github-api hacktoberfest hacktoberfest2020 nodejs svelte
Last synced: 6 months ago
JSON representation
📊 Data visualizations of your top languages, starred repositories and top repos.
- Host: GitHub
- URL: https://github.com/wobsoriano/coderstats
- Owner: wobsoriano
- License: mit
- Created: 2020-02-08T15:04:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-07T23:32:40.000Z (over 2 years ago)
- Last Synced: 2025-04-15T02:19:51.359Z (6 months ago)
- Topics: chartjs, github-api, hacktoberfest, hacktoberfest2020, nodejs, svelte
- Language: Svelte
- Homepage: https://coderstats.now.sh
- Size: 372 KB
- Stars: 86
- Watchers: 3
- Forks: 6
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Coderstats
Data visualizations of your top languages, starred repositories and top repos.

## Installing
1. Install dependencies
```bash
npm install
```2. Fire up the server and watch files
```bash
npm run dev
```## Built with
- [Svelte](https://svelte.dev/)
- [GitHub.js](https://www.npmjs.com/package/github-api)
- [Chart.js](https://www.chartjs.org/)
- [Bulma](https://bulma.io/)## License & copyright
© Robert C Soriano
Licensed under the [MIT License](LICENSE).
## Acknowledgments
* Clone of bchiang7's React project [Octoprofile](https://github.com/bchiang7/octoprofile)
* Hat tip to anyone whose module was used