UNPKG

arena-feed

Version:
20 lines (12 loc) 206 B
# Are.na feed Get your Are.na feed. ## Installation Using npm: ```sh npm i arena-feed ``` ## Usage ```js import arenaFeed from 'arena-feed'; arenaFeed('PERSONAL-ACCESS-TOKEN').then(console.log); ```