Skip to content

VirtualPetProjectTA/MemeAPIScrape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meme Scrape API

This API based on this website and got simplified by myself


Route

No Route Method Explain Example payload
1 / POST for getting trending meme
{
    "page": 1
}
2 /category POST for getting meme based on category
{
    "page": 1,
    "category":1
}

Categories

[
  {
    id: 0,
    name: "Funny",
  },
  {
    id: 1,
    name: "Dark",
  },
  {
    id: 2,
    name: "Gaming",
  },
  {
    id: 4,
    name: "Fact",
  },
  {
    id: 7,
    name: "News",
  },
  {
    id: 8,
    name: "Drama",
  },
  {
    id: 11,
    name: "Animals",
  },
];

Steps for use this project for your own projects

  1. Clone this project
    https://github.com/VirtualPetProjectTA/MemeAPIScrape.git

  2. Install Dependencies
    npm i or npm i --legacy-peer-deps or npm i --force

  3. Run
    npm start


Demo

You guys can try this API in this Link

About

This API based on this https://lahelu.com/ and got simplified by myself

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published