Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fullcontact
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
prospector
fullcontact
Commits
0bb9fe79
Commit
0bb9fe79
authored
May 15, 2013
by
3rd-Eden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[test] Added travis ci and default API key
parent
428eec83
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
2 deletions
+12
-2
.travis.yml
.travis.yml
+5
-0
README.md
README.md
+5
-1
package.json
package.json
+2
-1
No files found.
.travis.yml
0 → 100644
View file @
0bb9fe79
language
:
node_js
node_js
:
-
"
0.6"
-
"
0.8"
-
"
0.10"
README.md
View file @
0bb9fe79
...
...
@@ -8,6 +8,10 @@ implements the following API endpoints:
-
[
Email
](
#email
)
-
[
Name
](
#name
)
## Build status
[

](https://travis-ci.org/observing/fullcontact)
## Installation
The module is distributed through npm (node package manager) and can be
...
...
@@ -274,7 +278,7 @@ npm test
If you want to test with your own API key please run:
```
API_KEY=<key>
npm test
API_KEY=<key>
./node_modules/.bin/mocha $(find test -name '*.test.js')
```
## License
...
...
package.json
View file @
0bb9fe79
...
...
@@ -3,8 +3,9 @@
"version"
:
"0.0.0"
,
"description"
:
"Fullcontact API bindings"
,
"main"
:
"index.js"
,
"keywords"
:
[
"fullcontact"
,
"api"
,
"full"
,
"contact"
],
"scripts"
:
{
"test"
:
"NODE_ENV=testing ./node_modules/.bin/mocha $(find test -name '*.test.js')"
"test"
:
"
API_KEY=506d9c8a7aafae5a
NODE_ENV=testing ./node_modules/.bin/mocha $(find test -name '*.test.js')"
},
"repository"
:
""
,
"author"
:
"Arnout Kazemier <opensource@observe.it>"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment