My Projects
Solar Dynamics Observatory Data REST API
REST API for all public data of the Solar Dynamics Observatory
Example Usage:
GET api.sdodata.com/v1/latest
[
{
"date": "",
"utcTime": "",
"resolution": "2048",
"wavelength": "0094",
"url": "https://sdo.gsfc.nasa.gov/assets/img/latest/latest_2048_0094.jpg"
},
{
"date": "",
"utcTime": "",
"resolution": "2048",
"wavelength": "0131",
"url": "https://sdo.gsfc.nasa.gov/assets/img/latest/latest_2048_0131.jpg"
},
...
]
GitHub: SolarObservatoryAPI
Wallrnd
Simple comand line wallpaper changer.
GitHub: Wallrnd
Ansiclock
Terminal clock writed in node inspired by tty-clock by Martin Duquesnoy xorg62@gmail.com.
Installation
git clone https://github.com/matepak/ansiclock.git
npm install -g
Usage
ansiclock #displays local time
ansiclock -t [city] #sets time zone for given city
ansiclock -m #sets clock in the middle of terminal
ansiclock -c [red|green|yellow|blue|magenta|cyan|white] #sets clock colour
eg.
ansiclock -t Sydney -c red -m
To quit press ‘q’ key
GitHub: Ansiclock
Webomato
Yet another pomodoro technique app.
App: Webomato
GitHub: Webomato