Skip to content

Create a Node JS module from Aquarium's Javascript API

Notifications You must be signed in to change notification settings

klavinslab/gofish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gofish

Creates a Node JS module from Aquarium's Javascript API code. The commands

clone https://github.com/klavinslab/gofish.git
cd gofish
npm init --yes 
npm install
node gofish.js yourgithubusername yourgithubaccesstoken

create a file called aquarium.js. You can then do

const AQ = require('./aquarium');

You can't use your github password here because that method is rate limited. Use a token instead: https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token

About

Create a Node JS module from Aquarium's Javascript API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published