https://github.com/rgrannell1/polonium-function
Deploy a website to Google functions
https://github.com/rgrannell1/polonium-function
google-functions password-manager website
Last synced: over 1 year ago
JSON representation
Deploy a website to Google functions
- Host: GitHub
- URL: https://github.com/rgrannell1/polonium-function
- Owner: rgrannell1
- License: mit
- Created: 2018-01-23T20:05:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-13T22:08:47.000Z (almost 8 years ago)
- Last Synced: 2025-02-17T10:06:16.463Z (over 1 year ago)
- Topics: google-functions, password-manager, website
- Language: JavaScript
- Homepage: https://us-central1-polonium-192717.cloudfunctions.net/http/
- Size: 924 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# polonium-function
Badge | Status
----- | ------
Build Status | [](https://travis-ci.org/rgrannell1/polonium-function)
License | MIT
## Releases
### v1.0.0 (0f9870)
- Deployment time: March 22nd 2018
#### Changes
- Initial release
#### Known issues
- A subdepency spams an ip-address related error
- Error-form behaviour is inconsistent
- Home URL does not work
- Margin missing from the bottom of page
- Manifest color doesn't match primary colors
- List formatting in terms of use page omits bullet-points
- /terms page does not load from URL directly
#### Tests
- See releases/v1.0.0.md (1a2d6be)
## Build System
### Deployment
```
deploy:production deploy a primary instance to Google Functions
```
### Building
```
build compile client-side code using webpack
build:fix_source use eslint to fix the source-code
build:watch run 'build' each time a file is updated
```
### Linting
```
lint:depcheck run a check for unused dependencies
lint:buddy run a check for unused variables
lint:source run a standard js lint
lint:lighthouse run a lighthouse audit
```
### Running
```
run:remote invoke the remote function
run:local run the polonium server locally
```
### Testing
```
test run automated tests
test:no_salt send a request containing no salt-value
test:no_password send a request containing no password-value
test:valid_credentials send a request containing valid credentials
```
### Miscellaneous
```
service:elasticsearch run local elasticsearch instance for log-analysis
```