$ npm install mock-feed
Simple append-only mock for prototyping new data structures
npm install mock-feed
const Feed = require('mock-feed') const feed = new Feed() feed.append('hi')
MIT