0.1.45 • Published 2 months ago

quiet-internet-api v0.1.45

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

quiet-internet-api

npm version License

ko-fi

しずかなインターネットのAPIラッパー

Overview

  • しずかなインターネットのAPIをNode.js環境から利用しやすくするためのAPIラッパーライブラリです。

Notes

  • 参照系APIへのアクセスはスポンサー特典です。(詳細)

Installation

You can install this library using npm:

npm install quiet-internet-api

Usage

import { QuietInternetApi } from "quiet-internet-api";

const api = new QuietInternetApi("{ API_KEY }");

// Retrieve posts
const posts = await api.getPosts();
console.log(posts);

// Retrieve a specific post
const post = await api.getPost("{ slug }");
console.log(post);

Link

License

This project is licensed under the MIT License - see the LICENSE file for details.

0.1.43

2 months ago

0.1.44

2 months ago

0.1.45

2 months ago

0.1.41

3 months ago

0.1.42

3 months ago

0.1.40

3 months ago

0.1.38

3 months ago

0.1.39

3 months ago

0.1.30

3 months ago

0.1.31

3 months ago

0.1.32

3 months ago

0.1.33

3 months ago

0.1.34

3 months ago

0.1.35

3 months ago

0.1.36

3 months ago

0.1.37

3 months ago

0.1.28

3 months ago

0.1.29

3 months ago

0.1.27

4 months ago

0.1.25

4 months ago

0.1.26

4 months ago

0.1.20

4 months ago

0.1.21

4 months ago

0.1.22

4 months ago

0.1.23

4 months ago

0.1.24

4 months ago

0.1.17

4 months ago

0.1.18

4 months ago

0.1.19

4 months ago

0.1.15

4 months ago

0.1.16

4 months ago

0.1.12

5 months ago

0.1.13

4 months ago

0.1.14

4 months ago

0.1.11

5 months ago

0.1.10

5 months ago

0.1.8

5 months ago

0.1.7

5 months ago

0.1.9

5 months ago

0.1.4

5 months ago

0.1.3

5 months ago

0.1.6

5 months ago

0.1.5

5 months ago

0.1.2

6 months ago

0.1.1

6 months ago

0.1.0

6 months ago