0.1.0 • Published 6 months ago

lapras-api v0.1.0

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

lapras-api

npm version License

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.

0.1.0

6 months ago