fidojs

0.0.5 • Public • Published

🐾 Fido.js 🐾

Fido.js is nano sized HTTP Request library built with ease of use in mind.

Installation

NPM

$ npm i fidojs

Usage

import Fido from "fidojs";
 
Fido.fetch({
  url: "://your.endpoint.com",
  data: { foo: bar },
  options: { mode: "no-cors" }
});

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Package Sidebar

Install

npm i fidojs

Weekly Downloads

0

Version

0.0.5

License

MIT

Unpacked Size

8.37 kB

Total Files

18

Last publish

Collaborators

  • develonaut