Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 751 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 751 Bytes

fetch-himawari8

获取向日葵 8 号的 Web action 栗子,fork 自 djyde/earthlivejs

Fetch photo of the earth every 5 minutes from himawari-8 (wiki).

Installation

  1. Clone this repository

    git clone https://github.com/TinydustDevelopers/fetch-himawari8.git
    cd fetch-himawari8
  2. Install necessary libraries for node-canvas as describe here

  3. Install dependencies and start

    npm install
    npm start
  4. Fetch photo

    http://localhost:3000/latest
    

License

MIT License