Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lolikillers/api-samehadaku
Simple scraper rest api from samehadaku.vip
https://github.com/lolikillers/api-samehadaku
anime api express herokuapp manga nodejs rest-api samehadaku
Last synced: 20 days ago
JSON representation
Simple scraper rest api from samehadaku.vip
- Host: GitHub
- URL: https://github.com/lolikillers/api-samehadaku
- Owner: LoliKillers
- License: mit
- Created: 2021-08-19T06:52:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-27T23:02:03.000Z (10 months ago)
- Last Synced: 2024-11-24T20:10:47.181Z (about 2 months ago)
- Topics: anime, api, express, herokuapp, manga, nodejs, rest-api, samehadaku
- Language: JavaScript
- Homepage: https://loli-samehadaku.herokuapp.com
- Size: 72.3 KB
- Stars: 19
- Watchers: 1
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
![ARI](https://socialify.git.ci/LoliKillers/api-samehadaku/image?description=1&font=Source%20Code%20Pro&forks=1&language=1&owner=1&pattern=Floating%20Cogs&stargazers=1&theme=Dark)
# API SAMEHADAKU
>
>
>
## Note
Api samehadaku adalah rest-api yang mengarah ke [samehadaku](https://samehadaku.vip) website yang saya dibuat menggunakan Express.## Contoh
Contoh rest api [Samehadaku](https://loli-samehadaku.herokuapp.com/) yang sudah saya buat## Installation
Download dan install terlebih dahulu package [npm](https://npmjs.com/)
* Clone repo ini terlebih dahulu
* Install semua packagae/module yang akan di gunakan
```bash
npm install
```## Usage
Untuk memulai server, ketik perintah dibawah melalui CMD:
```bash
npm start
```
Atau
```bash
npm run nodemon
```
Dan buka tauatan [localhost:8080](http://localhost:8080/)## Endpoint
| Url | Params | Type | Keterangan |
| ------------- |:-------------:| :-----:| :-----|
| / | - | - | beranda
| /page/{page} | page | angka | halaman beranda |
| /blog | - | - | blog |
| /blog/{page} | page | angka | halaman blog |
| /blog/read/{id} | id | String | baca blog |
| /anime/{id} | id | String | detail anime |
| /anime/eps/{link} | link | String | detail episode anime |
| /search/{title}/{page} | judul, halaman | String, angka | cari anime |
| /season | - | - | daftar season dari anime |
| /date-release | - | - | tanggal rilis anime |
| /list-anime/{page} | page | angka | daftar dari semua anime |
| /blog-category/{category}/{page} | kategori, halaman | String, angka | daftar item dari halaman |
| /tag/{tag} | tag | String | daftar item dari tag |
| /daftar-genre | - | String | daftar genre|
| /genre/{id} | id | String | menampilkan anime dari genre |## Sample response
Hasil result json : https://loli-samehadaku.herokuapp.com/
```json
{
title: "Re:Zero kara Hajimeru Isekai Seikatsu Season 2",
status: "Ongoing",
link: "https://samehadaku.vip/anime/rezero-kara-hajimeru-isekai-seikatsu-season-2/",
linkId: "rezero-kara-hajimeru-isekai-seikatsu-season-2",
image: "https://i0.wp.com/samehadaku.vip/wp-content/uploads/2020/07/108005.jpg?quality=90&resize=150,210",
rating: "8.79",
sinopsis: "Musim Kedua dari Serial Re:Zero kara Hajimeru Isekai Seikatsu.",
genre: [
"Drama",
"Fantasy",
"Psychological",
"Thriller"
]
},
```## Credits 📍
* Nah, itu semua ada dalam sejarah komit
Jangan ragu untuk membuka permintaan tarik jika anda menemukan kesalahan
* Jangan lupa untuk meninhgalkan bintang ok
* Dan tunggu update saya selanjutnya!!👣
* Mastah diem yak, jangan dibuli, namanya juga pemula stah## License
[MIT](https://choosealicense.com/licenses/mit/)
Copyright (c) 2020-present