Skip to content

Dj-Polyester/algo.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

algo.sh core

Core functionality of the project algo.sh.

Steps for installation

  1. npm i or npm install
  2. Install PostgreSQL, and create a database with any name: dbname
  3. Create a .env file 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.

Testing

npm test

Help needed

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.

About

core functionality of algo.sh

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published