npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

gakkou-search

v1.0.5

Published

[English explanation](https://www.npmjs.com/package/gakkou-search#gakkou-search-1)

Downloads

11

Readme

English explanation

Gakkou search

ターミナル上で、日本の学校を検索することができる npm です。

Image from Gyazo

準備

このツールの使用には「学校コード検索 API」への登録が必要です。以下の手順に従って登録を行ってください。

  1. 「学校コード検索 API」のウェブサイトにアクセスします。https://api.edu-data.jp/
  2. 利用登録を完了し、アカウントを作成します。「学校コード検索 API」の利用規約を確認し、同意する必要があります。
  3. ログイン後、「トークンの一覧」ページから「トークンの生成」を行ってください。

使用方法

1. API トークンの設定

API トークンは環境変数に設定する必要があります。以下のコマンドを実行してトークンを設定してください。

export GAKKOU_SEARCH_API_TOKEN='あなたのAPIトークン'

2. インストール

npx を利用して、gakkou-search を実行します。

npx gakkou-search

検索条件を指定するプロンプトが表示されますので、情報を入力して検索してください。

※検索にマッチした学校の件数が100 件を超えた場合、初めの 100 件のみ表示します。

Gakkou search

This is npm, which allows you to search for Japanese schools on the terminal.

Preparation

To use this npm, you need to register with the "学校コード検索 API". Please follow the steps below to register.

  1. Access the "学校コード検索 API" website. https://api.edu-data.jp/
  2. Complete your registration and create an account. You must review and agree to the terms of use for the "学校コード検索 API".
  3. After logging in, please "Generate a token" from the "Token list" page.

how to use

1. API token settings

The API token must be set in an environment variable. Please run the following command to set the token.

export GAKKOU_SEARCH_API_TOKEN='Your API token'

2. Installation

Execute gakkou-search using npx.

npx gakkou-search

You will be prompted to specify your search criteria, so enter the information accordingly.

*If the number of schools matching your search exceeds 100, only the first 100 will be displayed.