Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.11 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.11 KB

qlfetch

A simple, lightweight data fetching library.

About The Project

qlfetch is a small data fetching library to implement restful apis in your project.

Getting Started

Installation

To install from npm:

npm i @quokka-labs/qlfetch

Usage

import qlfetch from '@quokka-labs/ql-fetch'

const response = await qlfetch('https://example.com/users')

🚧 Roadmap

See the open issues for a list of proposed features (and known issues).

🤝 Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are extremely appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/YourOwnFeature)
  3. Commit your Changes (git commit -m 'Add some YourOwnFeature')
  4. Push to the Branch (git push origin feature/YourOwnFeature)
  5. Open a Pull Request

📫 Contact

Project Link: https://github.com/tanmaymazumdar19/ql-fetch