nasa8x / rss-to-json

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

import instead of require #44

Closed italianst4 closed 2 years ago

italianst4 commented 2 years ago

How do you recommend we import the pacakges vs require.

Something like: import { parse } from 'rss-to-json';

Currently, this requires the AxiosRequestConfig and doesn't behave correctly.

Thoughts?

beliven-davide-lorigliola commented 8 months ago

Up!