Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sethbergman/github-notes
Take notes on Github profiles - Built with React | https://github-notes.stackriot.com
https://github.com/sethbergman/github-notes
api buildpack docker express github-api react
Last synced: 8 days ago
JSON representation
Take notes on Github profiles - Built with React | https://github-notes.stackriot.com
- Host: GitHub
- URL: https://github.com/sethbergman/github-notes
- Owner: sethbergman
- License: unlicense
- Created: 2016-04-24T10:03:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T18:19:35.000Z (almost 2 years ago)
- Last Synced: 2024-04-10T21:46:31.780Z (7 months ago)
- Topics: api, buildpack, docker, express, github-api, react
- Language: JavaScript
- Homepage:
- Size: 534 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Notes
GitHub Notes is built with React and allows you to take notes on GitHub user profiles.
--------------------------------------------------------------------------------
[![Greenkeeper badge](https://badges.greenkeeper.io/sethbergman/github-notes.svg)](https://greenkeeper.io/) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
[![Build Status](https://travis-ci.org/sethbergman/github-notes.svg?branch=master)](https://travis-ci.org/sethbergman/github-notes)## Demo:
[github-notes.stackriot.com](http://github-notes.stackriot.com)
### Setup
```
git clone https://github.com/sethbergman/github-notes.git && cd github-notes
```### Install dependencies
```sh
npm i # or use yarn
yarn
```### Start the app
```sh
npm start
```##### Visit [http://0.0.0.0:5000](http://0.0.0.0:5000) in your browser.
### Demo:
[github-notes.stackriot.com](http://github-notes.stackriot.com)
[![GitHub forks](https://img.shields.io/github/forks/sethbergman/github-notes.svg?style=social&label=Fork)](https://github.com/sethbergman/github-notes) [![GitHub stars](https://img.shields.io/github/stars/sethbergman/github-notes.svg?style=social&label=Star)](https://github.com/sethbergman/github-notes) [![GitHub watchers](https://img.shields.io/github/watchers/sethbergman/github-notes.svg?style=social&label=Watch)](https://github.com/sethbergman/github-notes) [![GitHub followers](https://img.shields.io/github/followers/sethbergman.svg?style=social&label=Follow)](https://github.com/sethbergman/github-notes) [![Twitter Follow](https://img.shields.io/twitter/follow/seth_bergman.svg?style=social)](https://twitter.com/seth_bergman)