Skip to content

pitang1965/node-weather-website2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-weather-website2

  • Node.jsによる簡単な天気予報Webサイト
  • Dark Sky API のサポートは 2023 年 3 月 31 日に終了したので、現在動きません。
  • 以下はHerokuにデプロイしたときのものですが、現在はrender.comにデプロイしています。 天気予報

Features

Node.js 及び下記パッケージ/モジュールを使用しています。

Requirement

以下のAPIアカウントを取得する必要があります。

Installation

ローカルで実行する場合は、.envファイルを作成し、以下を記述してください。

PORT=3000
DARKSKY_NET_API_KEY=https://api.darksky.net/forecast/********************************/
MAPBOX_ACCESS_TOKEN=pk.*******************************************************************.**********************
MAPBOX_GEOCODING_URL=https://api.mapbox.com/geocoding/v5/mapbox.places/

Usage

テキストボックスに「横浜市」などと入力して[検索]ボタンをクリックしてください。

Note

render.comでの設定は次のようにしました。別途、Environment Variablesも設定する必要があります。

Branch: main
Root Directory: ./
Build Command: $ npm install
Start Comand: $ node src/app.js

Author

pitang1965

License

"node-weather-website" is under MIT license.

About

About Node.jsによるWeb APIを利用した天気予報Webサイト

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published