kcliu / restman

A Chrome-based Restful Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

restman

A Chrome-based Restful Client

Installtion

Development

Install Dependencies

npm install
npm test

Chrome App Concepts

File Structure

  • Modular structure for testability, write everything in CommonJS modules, then ship via Browserify or CJS everywhere
  • /src/**/*.coffee -> app/**/*.js
  • bower components at app/components

Test Structure

  • Option A: Mocha / Chai in Node
  • Option B: Testem in Chrome

About

A Chrome-based Restful Client


Languages

Language:CoffeeScript 100.0%