-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6d0bc04
commit 9732cec
Showing
2 changed files
with
46 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# FreshBooks API Library | ||
Get up and running with the FreshBooks API instantly with this Google Chrome Extension! | ||
|
||
## Installation | ||
|
||
$ npm install express | ||
|
||
or to access the `express(1)` executable install globally: | ||
|
||
$ npm install -g express | ||
|
||
## Quick Start | ||
|
||
You can install the compiled app in Google Chrome by downloading the .crx file in the download section: | ||
github.com/antonnguyen/downloads | ||
|
||
Installing from source | ||
|
||
Open up Google Chrome | ||
Inside the preferences, go to the "Extensions" tab | ||
Enable Developer mode by checking it off | ||
Click on "Load unpacked extension" | ||
Select the FreshBooks API Library folder | ||
|
||
Install dependencies: | ||
|
||
$ npm install -d | ||
|
||
Start the server: | ||
|
||
$ node app.js | ||
|
||
## Features | ||
|
||
* XML highlighting for easy reading | ||
* Auto-XML generation as you type | ||
* Connect with an authorization token or through oauth | ||
* Authorization credentials saved with html5 local storage | ||
* PDF compiler for invoice.getPDF and estimate.getPDF calls | ||
* Image viewer for receipt.get calls | ||
* Vim-style (h, j, k, l) keybindings for easy selection of resources and methods | ||
* Auto-send your requests by hitting 'Enter' | ||
* Curl requests generated for each call for use in terminal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters