All Projects → int128 → gistnote

int128 / gistnote

Licence: other
Evernote like Gist editor

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to gistnote

gost
A gist client in go
Stars: ✭ 70 (+75%)
Mutual labels:  gist-client

Gistnote CircleCI

Gistnote is a Gist client app based on HTML5 and JavaScript.

It is deployed on GitHub Pages: https://gistnote.github.io

Architecture

The client app sends requests directly to GitHub API using CORS, except OAuth 2 authorization request because the client secret should not be exposed.

  • Client app
    • GitHub Pages
    • HTML5
    • ECMAScript 6
    • React
    • Redux Saga
    • React Router Redux
    • Immutable.js
    • React Syntax Highlighter
    • Remark React
    • Bootswatch
  • Server app
    • Google Cloud Functions (WIP)

Build

Run on localhost:

npm start

Build the production:

npm run build

Contributions

This is an open source software licensed under the Apache License Version 2.0. Feel free to open an issue or pull request.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].