Skip to content

The link that ties Hack Club's information together

Notifications You must be signed in to change notification settings

HackClubPostgres/airbridge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Airbridge

test format

The bridges tying Hack Club's services together. (WIP) Illustrated below by @maxwofford.

Raft icon

Reasoning

Our previous API was really good at a couple things. It hasn't been touched in years and it's still providing password-less authentication as a service at scale.

Hack Club (HQ & community) needs a service for easily reading & writing information that will last the test of time the same way our original API still handles authentication. Airbridge will create this by providing a JSON interface to an Airtable backend.

Try the latest version here: v0.1

Version list:

Developing & Contributing

# Set it up locally
git clone https://github.com/hackclub/airbridge && cd airbridge
pnpm install

# Run locally with nodemon
pnpm run dev # then, go to localhost:5000/ping in your browser

# Run tests
pnpm test

About

The link that ties Hack Club's information together

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%