Skip to content

komali2/softButWhatWordCount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

softButWhatWordCount

Get a count of a given word across all Shakespeare works.

Developing

Set Up Google Cloud Credentials

  • Download the application credentials JSON from Caleb.
  • Set the environment variable GOOGLE_APPLICATION_CREDENTIALS to the file path of the JSON file that contains your service account key. This variable only applies to your current shell session, so if you open a new session, set the variable again.
export GOOGLE_APPLICATION_CREDENTIALS="[PATH]"

For example:

export GOOGLE_APPLICATION_CREDENTIALS="/home/caleb/Documents/personal/softButWhatWordCount/keys.json"

Set Up Node and NPM

  • Ensure you have node version at least 10 installed.
  • Ensure NPM is installed.

Install Frontend Packages

npm install

Deploying

gcloud app deploy

About

Get a count of a given word across all Shakespeare works.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published