Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 779 Bytes

README.md

File metadata and controls

33 lines (17 loc) · 779 Bytes

React LINE Notify Example

A simple example of how to use LINE Notify API.

Features

  • Notification using LINE Notify API

Build

  • Install nodejs

  • Edit the .env file variable and fill in the correct value

  • Run this to install required NPM and build the application:

npm install
npm run build
  • Put the build folder into Netlify. Or if you want to run it locally, please check how to do it in netlify-dev.

Explanation

You can find the detail explanation of this repository in this medium blog.

Feedback

For feedback, please raise issues in the issue section of the repository. Enjoy!!.