The Wayback Machine - https://web.archive.org/web/20201018214624/https://github.com/jsjoeio/timezoner-extension
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Timezoner Extension

Build Status

A Chrome extension to help you coordinate across timezones. Input the date and time of your event and then we give you a link where others can view the event in their respective timezone. BOOM! Timezoning made easy πŸ‘πŸΌ

Now available on Firefox as well!

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

In order to get this project running locally, you'll need to have the following installed on your computer:

node v8.11 or above
npm v5.6 or above
yarn v1.9.4 or above

Installing & Developing Locally

A step by step series of examples that tell you have to get a development env running

  1. Install the dependencies using yarn
yarn install
  1. Start the app
yarn start
  1. Navigate to localhost:1234. You should see something like this.

screenshot of timezoner-extension local development

  1. Go off and develop young one.

happy robert redford

Running the tests

npm test

Building

When you're ready to create a new version to deploy, run:

yarn build

This preps your app for deployment. It will create a build directory called dist. Compress/zip this folder and upload it to the Chrome Web Store when you need to release a new update. Don't forget to change the version number in the manifest.json.

Deployment

There are two ways you can deploy:

  • manually by running the deploy.js file
  • merging or pushing changes on the master branch

Before you do so, make sure to bump the version in the manifest.json. In the future, the plan is to automate the version bump.

Built With

Contributing

Coming Soon -

Versioning

We use SemVer for versioning.

Authors

  • JavaScript Joe - @jsjoeio
  • Shawn Wang - Initial work - @sw-yx He created create-react-app-parcel which served as a quick boilerplate for this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Acknowledgments

You can’t perform that action at this time.