1
0
mirror of https://github.com/MailHops/mailhops-node.git synced 2025-05-15 11:20:12 -07:00

Added travis-ci

This commit is contained in:
Andrew Van Tassel 2015-06-14 12:18:40 -06:00
parent 766716766e
commit 1eee633898
4 changed files with 20 additions and 3 deletions

3
.travis.yml Normal file
View File

@ -0,0 +1,3 @@
language: node_js
node_js:
- "0.12"

13
CHANGELOG.md Normal file
View File

@ -0,0 +1,13 @@
# Change Log
All notable changes to this project will be documented in this file.
## [0.0.2] - 2015-06-15
### Added
- Header parsing
## [0.0.1] - 2015-06-14
### Added
- MailHops API lookup endpoint call
- MailHops API config

View File

@ -1,6 +1,8 @@
# MailHops API node
[www.MailHops.com](http://www.mailhops.com)
[![Build Status](https://travis-ci.org/avantassel/mailhops-node.svg)](https://travis-ci.org/avantassel/mailhops-node)
<img src="http://www.mailhops.com/images/logos/mailhops395.png" width="200" alt="MailHops logo" title="MailHops" align="right" />
A nodejs module for interacting with the MailHops API.
@ -57,5 +59,4 @@ $ npm test
## Other MailHops projects
- [API](https://github.com/avantassel/mailhops-api)
- [Postbox & Thunderbird plugin](https://github.com/avantassel/mailhops-plugin)
- [Download](https://addons.mozilla.org/en-US/thunderbird/addon/mailhops/)
- [Postbox & Thunderbird plugin](https://github.com/avantassel/mailhops-plugin)

View File

@ -1,6 +1,6 @@
{
"base_uri": "http://api.mailhops.com"
,"app_name": "Node App"
,"app_name": "Node App v1.0.0"
,"api_version": 1
,"api_key": ""
,"forecastio_api_key": ""