GitHub - 79yuuki/owm-code-jp: This module translate the OpenWeatherMap code in Japanese.
Skip to content

79yuuki/owm-code-jp

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

owm-code-jp

This module translate the OpenWeatherMap code in Japanese.

天気予報 API の OpenWeatherMap のコード一覧 の Code で返ってくる英語の情報を日本語で返すモジュールです。

使い方

var owm-code-jp = require('owm-code-jp');

var weather = owm-code-jp(801);

console.log(weather.main); // 曇り
console.log(weather.description); // ほとんど雲がない

個人用に作ったので荒いですが、日本語が間違ってたり使いやすい様に変えたいとき、プルリクエスト歓迎です。

About

This module translate the OpenWeatherMap code in Japanese.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published