Giter Site home page Giter Site logo

notes: I will sooner than later create some documentation for how to use this project for your own purposes. For now one thing I will add is that if you already know how to use this project for the most part or wish to explore it, I do have a few tips below.

TO KEEP YOUR API KEYS SAFE:

create a file in the main directory and name it defineEnvironmentVars.js inside of that file, add this code:

add any extra environment variables inside of the function

exports.setEnvironmentVariables = function() { process.env["FILESTACK_KEY"] = "yourFilestackKey" process.env["NODEMAILER_USERNAME"] = "yourEmailForNodeMailerDelivery" process.env["NODEMAILER_PASSWORD"] = "yourPass" process.env["AUTH_SECRET"] = "yourSecret" }

add the defineEnvironmentVars.js file to your .gitignore file now, when you are ready to build your code, just run "npm run build" this will prepare a javascript file for production, and it will swap out the setEnvironmentVariables.js's function with an empty function, thereby keeping the sensitive info out of your production file.

for development do npm run go, this will set you up for development and also it will replace the empty function inside of setEnvironmentVars.js with the function from the defineEnvironmentVars.js file to ensure that your process.env will have those variables set when the server is started.

to add your changes to git, instead of using "git add ." I created a script to run that will hide sensitive info and then will run the "git add ." command for you. To use this, just run the command "npm run git"

James J Sewell's Projects

aboutsifter icon aboutsifter

landing page created by https://github.com/mkhira2 and https://github.com/jesseswll

asteroidhunt icon asteroidhunt

Submission for the 2017 NASA International Space Apps Challenge. This app is the classic asteroids game except it reads real asteroid data from an api and assigns that data to asteroids in the game. When you destroy an asteroid, it's relevant data is displayed on the screen. ( desktop only )

basic_browser_sync icon basic_browser_sync

uses browser-sync to watch files for changes that you make to files in the project while you code and updates those files in the browser

bloq icon bloq

an addictive original puzzle game written in JS and ported to iOS with Cordova

builderbook icon builderbook

Open source web app. Built with React, Material-UI, Next, Express, Mongoose, MongoDB.

customtshirtmockup icon customtshirtmockup

A weekend exercise in html and css. My objectives were to "create complex, multi-column layouts; implement responsive design techniques so that your site looks great on a desktop machine, tablet, or phone; use pseudo-selectors to add UI interactions using pure css"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.