Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nobitagit/quotes-archive
An archive of quotes about programming
https://github.com/nobitagit/quotes-archive
Last synced: about 1 month ago
JSON representation
An archive of quotes about programming
- Host: GitHub
- URL: https://github.com/nobitagit/quotes-archive
- Owner: nobitagit
- License: mit
- Created: 2015-09-18T17:55:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-18T22:50:01.000Z (over 9 years ago)
- Last Synced: 2024-04-14T11:36:30.072Z (9 months ago)
- Language: Python
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
An archive of quotes about programming.
Each quote is listed along with its own context with a link the article/video it was taken from.
JSON Format (_id is auto generated):
```json
{
"text" : "Nothing is faster than doing nothing.",
"author" : "Joseph Smarr",
"authorLink" : "http://josephsmarr.com/",
"reference" : "High-Performance JavaScript - Why Everything You've Been Taught is Wrong",
"referenceLink" : "https://www.youtube.com/watch?v=QszjZfvl9vw&feature=youtu.be&t=13m36s",
"tags" : [
"performance",
"javascript",
"best practices"
],
"_id" : 1
}
```
To generate the json files just:```
make
```