FujoWebDev / AO3.js

NodeJS API for scraping AO3 data
MIT License
15 stars 8 forks source link

Switch from axios to fetch #61

Closed essential-randomness closed 8 months ago

essential-randomness commented 8 months ago

While axios is a great library, there's a new cool kid on the JS standards blocks: the fetch API.

This PR removes the dependency on axios and uses native fetch instead. It also adds the ability to override the fetch function the library uses, and adds documentation for rate limiting and caching.