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

https://github.com/potofcoffee2go/pennystocks

Notes on penny stock trading
https://github.com/potofcoffee2go/pennystocks

Last synced: 4 months ago
JSON representation

Notes on penny stock trading

Awesome Lists containing this project

README

          

# Penny Stocks

This is a tiddlywiki of notes about trading penny stocks on NASDAQ.

See [Penny Stocks](https://potofcoffee2go.github.io/pennystocks/) to view the notes.

Tiddlywiki has many ways to edit and save notes (tiddlers). You can edit and save
index.html locally by pressing the `save changes` button on the tiddlywiki sidebar.
index.html is a single page app containing all the edits.

## Version control

To edit the notes with version control (git) use nodejs and `npm install -g tiddlywiki`.
See [Getting Started - Node.js](https://tiddlywiki.com/#GettingStarted%20-%20Node.js)
for details.

Fork/Clone this repo and fire up the server

```
git clone https://github.com/PotOfCoffee2Go/pennystocks.git
cd pennystocks
tiddlywiki --listen port=3000
```

Browse to `http://localhost:3000` to open tiddlywiki containing the notes. Updates will be
automatically saved to the server.

`git add . && git commit -m "your message"` will generate a commit. If you forked this site, `git push`
will save the changes to your forked repo.

If unfamiliar with tiddlywiki - [Grok Tiddlywiki](https://groktiddlywiki.com) is a good place to start.