Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bchiang7/octoprofile
A nicer look at GitHub profiles built with Next.js and the GitHub API
https://github.com/bchiang7/octoprofile
chartjs github-api nextjs
Last synced: 10 days ago
JSON representation
A nicer look at GitHub profiles built with Next.js and the GitHub API
- Host: GitHub
- URL: https://github.com/bchiang7/octoprofile
- Owner: bchiang7
- Created: 2019-06-04T23:58:30.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-05T16:17:23.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T13:30:01.473Z (26 days ago)
- Topics: chartjs, github-api, nextjs
- Language: JavaScript
- Homepage: https://octoprofile.now.sh
- Size: 7.95 MB
- Stars: 494
- Watchers: 3
- Forks: 73
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OctoProfile
A nicer look at your GitHub Profile! With charts!
![demo](https://raw.githubusercontent.com/bchiang7/octoprofile/master/static/og.png)
Built with:
- [Next.js](https://nextjs.org/)
- [GitHub Polyglot](https://github.com/IonicaBizau/node-gh-polyglot)
- [Chart.js](https://www.chartjs.org/)
- [React Flip Move](https://github.com/joshwcomeau/react-flip-move)
- [Styled Components](https://www.styled-components.com/)## Getting Started
1. Install dependencies
```bash
yarn
```2. Fire up the server and watch files
```bash
yarn dev
```## Deployment
1. Install the Now CLI
```bash
yarn add now
```2. Deploy!
```bash
now
```