Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malimirkec/code-line-daily
A line of code of the day.
https://github.com/malimirkec/code-line-daily
css es6 gulp html javascript pug scss serverless
Last synced: about 1 month ago
JSON representation
A line of code of the day.
- Host: GitHub
- URL: https://github.com/malimirkec/code-line-daily
- Owner: maliMirkec
- License: mit
- Created: 2019-07-30T06:35:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-02T08:16:34.000Z (about 1 year ago)
- Last Synced: 2023-12-02T09:25:14.651Z (about 1 year ago)
- Topics: css, es6, gulp, html, javascript, pug, scss, serverless
- Language: SCSS
- Homepage: https://cld.silvestar.codes
- Size: 3.85 MB
- Stars: 17
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# code-line-daily
A line of code of the day.
## Supporters
[![Stargazers repo roster for @maliMirkec/code-line-daily](https://reporoster.com/stars/maliMirkec/code-line-daily)](https://github.com/maliMirkec/code-line-daily/stargazers)
## API
First version of an API is available!
URL: [https:cld.silvestar.codes/api/](https:cld.silvestar.codes/api/)
Methods:
- `/get-random-line`
- Returns random line
- Link structure: https://cld.silvestar.codes/api/get-random-line
- `/get-all-lines`
- Returns every line
- Link structure: https://cld.silvestar.codes/api/get-all-lines
- `/get-lines-by-lang/:lang:`
- Returns every line by language provided
- Link structure: https://cld.silvestar.codes/api/get-lines-by-lang/:lang:
- Parameter [required, case insensitive]: `:lang:`
- Languages: `HTML`, `CSS`, `JavaScript`, `PHP`, `Nodejs`
- `/get-line-by-lang/:lang:`
- Returns latest line by language provided
- Link structure: https://cld.silvestar.codes/api/get-line-by-lang/:lang:
- Parameter [required, case insensitive]: `:lang:`
- Languages: `HTML`, `CSS`, `JavaScript`, `PHP`, `Nodejs`
- `/get-line-by-date/:date:`
- Returns latest line to the date provided
- Link structure: https://cld.silvestar.codes/api/get-line-by-date/:date:
- Parameter [required] : `:date:`
- Date format: `YYYY-MM-DD`# ToDo
- Progressive web app ✅
- Browser extension ✅
- README
- CONTRIBUTE
- Newsletter
- Sorting
- Categories