lapras-api
v0.1.0
Published
LAPRAS Public API Client for Node.js
Downloads
5
Readme
lapras-api
Overview
LAPRAS Public API Client for Node.js
Installation
You can install this library using npm:
npm install lapras-api
Usage
import { fetchLaprasData } from "lapras-api";
const res = await fetchLaprasData("{share_id}");
// LAPRAS登録のユーザー名
console.log(res.name);
// => LAPRAS太郎
// 技術力スコア
console.log(res.e_score);
// => 3.4
// Qiita記事
console.log(res.qiita_articles);
// => [{"title": "hogehoge", "url": "https://qiita.com/hogehoge"}, "tags" ["foo"], "headlines": ["bar"], "stockers_count": 3, "updated_at": "020-07-26T08:10:11"]
Links
License
This project is licensed under the MIT License - see the LICENSE file for details.