All Projects β†’ cosmicjs β†’ Notetoself

cosmicjs / Notetoself

Command line note taking app

Programming Languages

javascript
184084 projects - #8 most used programming language
bash
514 projects

Projects that are alternatives of or similar to Notetoself

Tensei
πŸš€ Content management and distribution with a touch of elegance.
Stars: ✭ 217 (+1256.25%)
Mutual labels:  api, cms
Feather
Feather is a modern Swift-based content management system powered by Vapor 4.
Stars: ✭ 374 (+2237.5%)
Mutual labels:  api, cms
Core
🧿 Bolt 4 core
Stars: ✭ 243 (+1418.75%)
Mutual labels:  api, cms
Payload
Headless CMS and Application Framework built with Node.js, React and MongoDB
Stars: ✭ 154 (+862.5%)
Mutual labels:  api, cms
Cms
Decoupled CMS for any Laravel app, gain control of: pages, blogs, galleries, events, images, custom modules and more.
Stars: ✭ 498 (+3012.5%)
Mutual labels:  api, cms
Core
The Form Tools Core.
Stars: ✭ 156 (+875%)
Mutual labels:  api, cms
Cosmicjs Node
The official JavaScript client for Cosmic. Use it to power content server-side, in the browser and in native apps.
Stars: ✭ 252 (+1475%)
Mutual labels:  api, cms
Rageframe2
δΈ€δΈͺ基于Yii2ι«˜ηΊ§ζ‘†ζžΆηš„εΏ«ι€ŸεΌ€ε‘εΊ”η”¨εΌ•ζ“Ž
Stars: ✭ 1,553 (+9606.25%)
Mutual labels:  api, cms
V8 Archive
Directus Database API β€” Wraps Custom SQL Databases with a REST/GraphQL API
Stars: ✭ 486 (+2937.5%)
Mutual labels:  api, cms
App
Directus Admin Application β€” An Intuitive WebApp for Managing Database Content
Stars: ✭ 464 (+2800%)
Mutual labels:  api, cms
Nodejs Website Boilerplate
A Node.js website boilerplate that satisfies some common website requirements.
Stars: ✭ 154 (+862.5%)
Mutual labels:  api, cms
Ponzu
Headless CMS with automatic JSON API. Featuring auto-HTTPS from Let's Encrypt, HTTP/2 Server Push, and flexible server framework written in Go.
Stars: ✭ 5,373 (+33481.25%)
Mutual labels:  api, cms
Directus
Open-Source Data Platform 🐰 β€” Directus wraps any SQL database with a real-time GraphQL+REST API and an intuitive app for non-technical users.
Stars: ✭ 13,190 (+82337.5%)
Mutual labels:  api, cms
Api
A high-performance RESTful API layer designed in support of API-first development and COPE. Connects your content to the world
Stars: ✭ 180 (+1025%)
Mutual labels:  api, cms
Next
Directus is a real-time API and App dashboard for managing SQL database content. 🐰
Stars: ✭ 111 (+593.75%)
Mutual labels:  api, cms
Strapi Sdk Javascript
πŸ”Œ Official JavaScript SDK for APIs built with Strapi.
Stars: ✭ 247 (+1443.75%)
Mutual labels:  api, cms
Mezzanine Api
RESTful web API for Mezzanine CMS
Stars: ✭ 84 (+425%)
Mutual labels:  api, cms
Strapi
πŸš€ Open source Node.js Headless CMS to easily build customisable APIs
Stars: ✭ 41,786 (+261062.5%)
Mutual labels:  api, cms
Flextype
Hybrid Content Management System with the freedom of a headless CMS and with the full functionality of a traditional CMS
Stars: ✭ 436 (+2625%)
Mutual labels:  api, cms
Qor
QOR is a set of libraries written in Go that abstracts common features needed for business applications, CMSs, and E-commerce systems.
Stars: ✭ 4,905 (+30556.25%)
Mutual labels:  api, cms

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.

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].