0.0.3 • Published 8 years ago

tickerpicker v0.0.3

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
8 years ago

tickerpicker

A javascript library for suggesting ticker symbols from company names and vice versa.

See the github pages area for an example: http://andytompkins.github.io/tickerpicker/

Generating the stock data

The *.csv files were downloaded manually from the nasdaq website and are stored under the csv directory. A small script is provided to convert the raw data into a js file which exports the dataset.

npm run generate

Building the library

npm run build

Testing the code

npm run test