ttezel / twit

Twitter API Client for node (REST & Streaming API)
4.31k stars 568 forks source link

Replace `request` with ligther, platform-agnostic module #412

Open dandv opened 6 years ago

dandv commented 6 years ago

Same issue as with @desmondmorris's Twitter package - any plans to replace request with something like cross-fetch? CC @frizz925

dandv commented 6 years ago

Found @peterpme's twitter-lite

henryruhs commented 4 years ago

I tried to use fetch-mock and then realized how outdated twit is... it needs to be refurbished

peterpme commented 4 years ago

@redaxmedia check out https://github.com/draftbit/twitter-lite a ground up, lightweight rewrite

henryruhs commented 4 years ago

Does it follow the same API and therefore is an drop-in replacement?

peterpme commented 4 years ago

I'm not sure, but its supported, listed on Twitter's developer page and light-weight!