We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
status: full functions. no linking between functions. database not tested. ci doesn't check browser.
to do:
The text was updated successfully, but these errors were encountered:
add files to public folder and connect the folder to node in app.js: app.use(express.static(path.join(__dirname, 'public'))); in router/user.js:
app.use(express.static(path.join(__dirname, 'public')));
router.get('/', (req, res) => { res.sendFile(path.join(__dirname, '..', 'public/webcalc.html')); });
Sorry, something went wrong.
SHELVED - not doing this anymore 💯 SHELVED - reverted to earlier version exit 0
exit 0
tweak .travis.yml install: - "npm install" language: node_js node_js: - "7" script: - "node app.js" services: - mongodb
tweak .travis.yml
install: - "npm install" language: node_js node_js: - "7" script: - "node app.js" services: - mongodb
need to add node modules to cache and headless browser test
malsubmal
No branches or pull requests
status: full functions. no linking between functions. database not tested. ci doesn't check browser.
to do:
The text was updated successfully, but these errors were encountered: