Skip to content

thom145/Sleeping-Pattern

 
 

Repository files navigation

Sleeping-Pattern

How is this project configured

It's basically a directory with sub-projects.
Each directory, containing r files, is a project. As each directory also contains a .Rproj file.

How to initialize this project

Create a config.json with the following content:

{
	"twitter":{
		"api_key": "your_api_key",
		"api_secret": "your_api_secret",
		"access_token": "your_access_token",
		"access_token_secret": "your_secret_access_token"
	},
	"mysql":{  
      "host":"localhost",
      "user":"root",
      "password":"root",
      "database":"sleeping_pattern"
   },
   "gtrends":{  
      "email":"[email protected]",
      "ww":"password"
   }
}

Whereas you fill the objects with the correct details from the Twitter API.

Each project member already has a config.json in their Dropbox, this should be placed in the root folder of this project.
This won't be pushed to this git, as it's in the .gitignore file.

About

Creating a pattern from sleep data, using R

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 70.6%
  • JavaScript 19.2%
  • Java 10.0%
  • CSS 0.2%