0.0.40 • Published 2 years ago

@about7sharks/get-articles v0.0.40

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Github Blog API

API DOCS I highly recommend using deno to write libraries that can be used in the overall javascript ecosystem. By utilizing deno's built in tools and TypeScript, you can easily write libraries that can be used in the browser, node, and Deno.

⚠️ This package is written in Deno and transpiled with dnt (Deno to Node Transform). Highly unstable and subject to changes.

This Library fetches markdown articles by specifying a repo and a user to fetch it from.

Usage

const info = await getArticles({ user: "about7sharks", repo: "Markdown" });

Installation

Deno

If using in deno you can use a url import directly.

import { getArticles } from "https://esm.sh/@about7sharks/get-articles";

Node

If using in node you first need to install the package.

npm i @about7sharks/get-articles
import { getArticles } from "@about7sharks/get-articles";

Build

Builds out for node/browser and publish to npm

deno run -A _build.ts
cd npm 
npm publish --access public
0.0.40

2 years ago

0.0.39

2 years ago

0.0.38

2 years ago

0.0.37

2 years ago

0.0.36

2 years ago

0.0.35

2 years ago

0.0.34

2 years ago

0.0.33

2 years ago

0.0.31

2 years ago

0.0.3

2 years ago

0.0.29

2 years ago

0.0.27

2 years ago

0.0.26

2 years ago

0.0.25

2 years ago

0.0.24

2 years ago

0.0.23

2 years ago

0.0.22

2 years ago

0.0.21

2 years ago

0.0.2

2 years ago

0.0.19

2 years ago

0.0.18

2 years ago

0.0.17

2 years ago

0.0.16

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.1

2 years ago