Skip to content
forked from 404md/www

This repository stores the code and data for www.404.md

License

Notifications You must be signed in to change notification settings

gcaraman-zz/www

 
 

Repository files navigation

www

This repository stores the code and data for www.404.md

Back-end maintenance

404.md's back-end functionality is running in AWS.Lambda

Contact Form

Checks user input data and sends email if there is no invalid data.

  • Protected by Google reCaptcha;
  • Sends emails through AWS.SES.

Instagram feed

Fetches data from Instagram feed and stores them to domain related bucket.

  • Used official Instagram API (api.instagram.com/v1);
  • Fetch latest 20 posts.

Facebook Events

Fetches Facebook events list and stores them as json.

Deployment

Pre-requisites

Prepare

Make sure you have all requirements installed

cd bin/travis && npm install && cd ../../

Build & deploy

Run the deploy command:

bash bin/deploy.sh <env> <region> <aws-profile>

Available dev and master environments for deploy.

Defaults:

  • <env> => dev
  • <region> => eu-central-1
  • <profile> => default

About

This repository stores the code and data for www.404.md

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 87.3%
  • CSS 9.3%
  • JavaScript 3.3%
  • Shell 0.1%