fidojs
v0.0.5
Published
Fido is a nano HTTP Request library built with the Beacon API in mind
Downloads
11
Maintainers
Readme
🐾 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
- Javascript (ES5) ...that's it.
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
- Ryan McHenry - Creator - Develonaut
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