Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-07T23:32:40.000Z (over 1 year ago)
- Last Synced: 2024-10-02T08:52:48.861Z (3 months ago)
- Topics: chartjs, github-api, hacktoberfest, hacktoberfest2020, nodejs, svelte
- Language: Svelte
- Homepage: https://coderstats.now.sh
- Size: 372 KB
- Stars: 85
- 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.
![demo](https://media.giphy.com/media/XFjMsqgW5K5nW03ivP/giphy.gif)
## 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