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:
parent
766716766e
commit
1eee633898
3
.travis.yml
Normal file
3
.travis.yml
Normal file
@ -0,0 +1,3 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "0.12"
|
13
CHANGELOG.md
Normal file
13
CHANGELOG.md
Normal 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
|
@ -1,6 +1,8 @@
|
||||
# MailHops API node
|
||||
[www.MailHops.com](http://www.mailhops.com)
|
||||
|
||||
[](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)
|
@ -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": ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user