Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

lapras-api

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lapras-api

LAPRAS Public API Client for Node.js

latest
Source
npmnpm
Version
0.1.0
Version published
Weekly downloads
2
-81.82%
Maintainers
1
Weekly downloads
 
Created
Source

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"]

License

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

Keywords

lapras

FAQs

Package last updated on 08 Dec 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts