Install all the scripts easily as a ruby gem
gem install jake-scripts
Uses the CryptoCompare API for current price information
Uses the APIXU weather api for data based on IP.
Can also have a city passed as an argument to override the IP location.
weather dallas
Uses the OMDB API.
Uses Fixer.io for exchange data.
Uses Ruby Money for conversion accuracy + currency symbols
Users now have the option to set their own API keys through environment variables thanks to sethkrasnianski
export OMDBAPI_API_KEY=key
export APIXU_API_KEY=key
- Ruby Money - Ruby gem for accurate currency management
- Monetize - Ruby gem for money object creation
- Colorize - Ruby gem for text and background CLI colors
- If you run into any issues, please open an issue ASAP and we'll work to get it resolved and merged.
- All Programs are fully functional, with live API keys baked in.
- Terminal used is Hyper.js -> Background Color: #292937
- Using Oh-My-Zsh, Robby Russell theme, zsh-syntax-highlighting, and zsh_autosuggestions