Skip to content

cosmicjs/notetoself

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note to Self

Note App

Getting Started

  1. Go to Cosmic JS and create a new Bucket to store your notes.
  2. Download the Note to Self repo:
git clone https://github.com/cosmicjs/notetoself
cd notetoself
yarn

Starting the app

  1. Edit the config part of index.js to point to your Cosmic JS Bucket Slug
config.bucket = {
  slug: 'your-bucket-slug', // add your slug here
  read_key: '', // add read key if added to Cosmic JS > Your Bucket > Settings
  write_key: '' // add write key if added to Cosmic JS > Your Bucket > Settings
}
  1. Install the app globally
npm install -g
  1. Now you can view / create / edit / delete notes with the following command:
notetoself

Your notes are now available to any device and any programming language through the Cosmic JS API.