Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 982 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 982 Bytes

notedown

Gitter

If using gvm, then gvm pkgset use notedown

Run the server locally. Ensure env variables are setup for authorization.

bookmarking + some intelligence

  • Display list of items on index
  • Web gui to display from restful API
  • RESTful API
  • versioned RESTful API
  • Persist data
  • Support Deleting a node
  • List shows only current user's data
  • Support User authentication -- password less? auth0 for now
  • Support User registration auth0 for now
  • write javascript bookmarklet to store item
  • API doc? https://github.com/betacraft/yaag
  • Find one note, given id
  • Single page app served from /
  • Informative User profile page
  • Support Logout
  • How to get token for a user ?
  • Manual login via auth0
  • REST -> JSONAPI