Skip to content
This repository has been archived by the owner on Sep 1, 2019. It is now read-only.

Commit

Permalink
Bunch of fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
xrajishx committed Aug 19, 2017
1 parent bd311bb commit 8d6e5f3
Show file tree
Hide file tree
Showing 6 changed files with 769 additions and 38 deletions.
1 change: 0 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ extends: 'eslint:recommended'
parserOptions:
sourceType: module
rules:
no-console: 0
indent:
- error
- 2
Expand Down
18 changes: 5 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,11 @@
# maildrop-api

This module is a wrapper around [maildrop.cc](http://maildrop.cc) API.

#### Installation

* Download and install nodejs from [here](https://nodejs.org/en/download/).

* Clone the project.

Wrapper module around [maildrop.cc](http://maildrop.cc) API.
### Development
###### Clone the project.
```bash
git clone https://github.com/xrajishx/maildrop-api.git
git clone https://github.com/xrajishx/maildrop-api.git && cd maildrop-api
```

* Go into the project directory where the ``package.json`` file resides and run the following to install dependencies.

###### Install dependencies.
```bash
npm install
```
Loading

0 comments on commit 8d6e5f3

Please sign in to comment.