An open API service indexing awesome lists of open source software.

https://github.com/royalicing/snippy


https://github.com/royalicing/snippy

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# README

## User Stories

- In order to code faster, as a coder I want to save useful code snippets
- In order to code faster, as a coder I want to retrieve my saved code snippets
- In order to code faster, as a coder I want to categorise my saved code snippets

### Controllers
- SnippetsController

### Models

#### Snippet
- title: what this is
- description: a short description of what this does
- code: raw code
- category: e.g. rails, ruby, html, css, scss

#### Category
- title: e.g. CSS, HTML, Rails, Ruby