nasa8x / rss-to-json

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

move from axios to fetch #65

Open nosovk opened 9 months ago

nosovk commented 9 months 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