1.1.0 • Published 7 years ago

fmylife v1.1.0

Weekly downloads
9
License
MIT
Repository
github
Last release
7 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

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.0

7 years ago