Integrating Github, Twitter and Wordpress with ReactJS and Redux
Just for fun
ReactJS + Redux
You can change the settings in config.js
{
"wordpress_endpoint_base_path": "https://public-api.wordpress.com/wp/v2/sites/eddyma.wordpress.com",
"wordpress_homepage_url": "https://eddyma.wordpress.com",
"github_endpoint_base_path": "https://api.github.com",
"github_username": "mayuanyang",
"github_homepage_url": "https://github.com/mayuanyang",
"twitter_username": "nmolecule",
"twitter_homepage_url": "https://twitter.com/nmolecule",
"app_title": "Eddy Ma",
"about_me_header": "this goes into the header of the about me page",
"about_me_description": "this is the description about myself",
"log_to_seq" : false
}