An open API service indexing awesome lists of open source software.

https://github.com/blendthink/weather_forecast


https://github.com/blendthink/weather_forecast

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# 概要
天気予報をSlackに通知するプロジェクト

# 実行コマンド例
```
cd {プロジェクトルート}
&& source venv/bin/activate
&& python {コマンド}
&& deactivate
&& cd
```

# その他

## よく使うコマンド

### テストの実行コマンド
```
cd {プロジェクトルート}
source venv/bin/activate
python -m unittest tests.test_settings
```