tickerpicker
v0.0.3
Published
stock/company name suggestions
Downloads
2
Maintainers
Readme
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