Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.
/ happo-demo-backbone Public archive

This is a test project using backbone.js to power a happo test suite.

Notifications You must be signed in to change notification settings

happo/happo-demo-backbone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

happo-demo-backbone

This repository is a POC demo of using backbone.js with happo.

Running locally

If you want to try things out, you first need a happo.io account. Sign up for a trial at happo.io/signup. Once you have that, clone this repo and run the following commands:

npm install

to install the happo.io module, backbone.js plus some other dependencies.

Run happo with the following command:

HAPPO_API_KEY=<your api key> HAPPO_API_SECRET=<your api secret> npm run happo run

where HAPPO_API_KEY and HAPPO_API_SECRET are API tokens you get from your happo account at https://happo.io/account.

About

This is a test project using backbone.js to power a happo test suite.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published