0.0.5 • Published 5 years ago

fidojs v0.0.5

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

🐾 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

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

8 years ago