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

https://github.com/ericm/projects

List of projects I've worked on
https://github.com/ericm/projects

Last synced: about 2 months ago
JSON representation

List of projects I've worked on

Awesome Lists containing this project

README

          

# [Stonks](https://github.com/ericm/stonks)

- Stonks is a terminal based stock visualizer and tracker.

- It uses Yahoo Finance as a backend so use the ticker format as seen on their website.

## `$ stonks AMD`
![](https://raw.githubusercontent.com/ericm/stonks/master/assets/2.png)

```
Displays realtime stocks in graph format in a terminal

Usage:
stonks [flags]

Flags:
-d, --days int 24 hour period of stocks from X of days ago.
-e, --extra Include extra pre + post time. (Only works for day)
-h, --help help for stonks
-i, --interval string stonks -i X[m|h] (eg 15m, 5m, 1h, 1d) (default "15m")
-n, --name string Optional name for a stonk save
-r, --remove string Remove an item from favourites
-s, --save string Add an item to the default stonks command. (Eg: -s AMD -n "Advanced Micro Devices")
-t, --theme string Display theme for the chart (Options: "line", "dot", "icon")
-v, --version stonks version
-w, --week Display the last week (will set interval to 1d)
-y, --year Display the last year (will set interval to 5d)
--ytd Display the year to date (will set interval to 5d)
```

![](https://raw.githubusercontent.com/ericm/stonks/master/assets/stonks.svg)

* * *

# [Yup](https://github.com/ericm/yup)

[![AUR version](https://img.shields.io/aur/version/yup.svg?style=for-the-badge)](https://aur.archlinux.org/packages/yup/)

- Yup helps you install packages with ease on Arch Linux, from both pacman and the AUR

- It uses ncurses to display search results. This allows for mouse interaction in the terminal and easier navigation.

![Yup](https://raw.githubusercontent.com/ericm/yup/master/assets/logo.svg)
![Screenshot](https://raw.githubusercontent.com/ericm/yup/master/assets/scr1.png)

* * *

# [Docker HealScript](https://github.com/ericm/healscript)

- This is a Docker image that runs a user-defined script whenever a specific container becomes unhealthy.

- It maps to scripts in the `/scripts` directory and if an image _X_ is found to be unhealthy, it will run `/scripts/X.sh`

* * *

# [Visual Studio Code GitHub Status Presence](https://github.com/ericm/vscode-github-status)

[![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/ericm.github-status-presence?style=for-the-badge)](https://marketplace.visualstudio.com/items?itemName=ericm.github-status-presence)
- An extension that will sync your current workspace name and time spent on it to your GitHub status.

- The extension will read your current workspace as well as how long it's been open and sync it your GitHub profile like so:

![Working on you (1 minute)](https://github.com/ericm/vscode-github-status/blob/master/assets/1.png?raw=true)

The extension will post to GitHub every X amount of minutes.

* * *

# [Uniui](https://github.com/ericm/uniui)

- Uniui is a React Typescript UI library.

- Components include buttons, radios, selection etc.

![Uniui](https://raw.githubusercontent.com/ericm/uniui/master/img/uniui.svg)
![](https://raw.githubusercontent.com/ericm/uniui/master/img/button.png)

* * *

# [React Globules](https://github.com/ericm/react-globules)

- React JS component that gives your project a cool interactive background with simulated bubble physics.

![Globules](https://raw.githubusercontent.com/ericm/react-globules/master/scr.png)

* * *

# [Py The Way](https://github.com/py-the-way/py-the-way)

- This project is a recommendation system that recommends where a user should live in the US using big data, python and pandas.

- The technologies I'm using for this project include: Node.js, Javascript, Python, NumPy + Pandas and scikit-learn

- This came first place in the 2019 Cork Airport Business Park CoderDojo hackathon, sponsored by IBM.

![Py The Way](https://raw.githubusercontent.com/py-the-way/py-the-way/master/logo.png "Py The Way")

* * *

# [NewLogic](https://github.com/ericm/newlogic)

- Newlogic is a Circuit Builder / Logic Design Desktop Application (like mmlogic) made with Electron + React Typescript.

- It's currently compatible with Windows, Mac and Linux.

![Newlogic](https://raw.githubusercontent.com/ericm/newlogic/master/assets/logo.png "Newlogic Logo")

![Screen Recording](https://raw.githubusercontent.com/ericm/newlogic/master/assets/screenshot_ui.gif "Newlogic Use Case")

* * *

# [RSS Feed Reader Plus](https://github.com/ericm/RSS-Feed-Reader-Plus)

- This is an Open Source Advanced Multi-Platform Desktop RSS Feed Reader I started with support for: Rules and Cloud Sync. It's purpose is to give the user as many options as possible built into a modern desktop feed reader.

- The technologies I'm using for this project include: Node.js, Javascript, Electron and Chromium.

![Display](https://cdn.dribbble.com/users/2543897/screenshots/5167415/dribble1_4x.png "Showcase")

* * *

# [metar-pro](https://github.com/ericm/metar-pro)

- A Web App designed to predict what runway a plane will land on using current data. The landing direction is then illustrated using the Google Maps Api.

- Tech used: Node.js, Express.js, Metar API and Python