1.0.5 • Published 7 years ago

emik v1.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

Emik is an advanced tool to fetch remote documents all around the web.

Emizzers gonna emiz.

What is this?

This is best. :+1:

Why I did?

My foray into NPM.

How can you use?

It is as simple as below:

const Emik = require('emik');

const emiz = new Emik('https://www.google.com');

emiz.fetch()
  .then(response => console.log(response))
  .catch(error => console.log(error))

Credit & License

You can emiz the Emik however you want.

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago