Core functionality of the project algo.sh.
npm iornpm install- Install PostgreSQL, and create a database with any name:
dbname - Create a
.envfile in the root of the file tree, with the contents below:
PGUSER=dbuser
PGPASSWORD=dbpass
PGDATABASE=dbname
PGTABLE=dbtable
Note that dbuser is your username, dbpass is your password. dbname is the name
of the database you created.dbtable can be anything.
npm test
We need your help. algo.sh requests entries from cht.sh for now. However, the entries may contain inaccurate results. We aim on giving more flexibility to users. Please consider contributing to the project with your own code.