r002 / r002-starter

Starter project with template stubs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

r002-starter

Starter project with template stubs.


GitHub (no-auth)

PetFinder (OAuth2)

curl -d "grant_type=client_credentials&client_id={CLIENT-ID}&client_secret={CLIENT-SECRET}" "https://api.petfinder.com/v2/oauth2/token"

Firebase General commands

firebase deploy --only functions
firebase emulators:start

Jest

npm test -- -t "int"
npm test -- -t "unit"
npm test -- --verbose -t "pet"

About

Starter project with template stubs


Languages

Language:JavaScript 50.9%Language:HTML 49.1%