nasa8x / rss-to-json

RSS and Atom feed generator for Node.js
https://morioh.com/@5df445b0103f3007600e1a57
178 stars 75 forks source link

move from axios to fetch #65

Open nosovk opened 1 year ago

nosovk commented 1 year ago

Currently, fetch is available in Node.js natively. From other side axios doesn't work at serverless env (Cloudflare workers as an example)

It would be nice to move from axios to builtin fetch