1.1.0 • Published 8 years ago

fmylife v1.1.0

Weekly downloads
9
License
MIT
Repository
github
Last release
8 years ago

A wrapper around fmylife.com

Usage

const fml = require("fmylife");

// Fetch a random fml story
fml.random().then(console.log);

// Search for fml stories
fml.search("memes").then(console.log);

// Fetch top fml stories
// Filters: day, week, month, year, allTime
fml.top("allTime").then(console.log);
1.1.0

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.0

8 years ago