Netlify Status

Local development

  1. Install dependencies

    npm install
  2. Run the service

    npm start
  3. Go to the url

    http://localhost:9000/.netlify/functions/event-gif?on=2022-01-01&text=Happy%20New%20Year!
    • on Event date
    • text Event title

TODO

  • accept input
  • add api
  • validation
  • return file
  • accept bgColor (red, green, blue)
  • add server (fix image output)
  • setup pipeline
  • show days only
  • show text on event time
  • add image

Thanks

https://www.npmjs.com/package/gifencoder https://github.com/neverendingqs/netlify-express https://github.com/netlify/netlify-lambda https://codepen.io/nishiohirokazu/pen/jjNyye