All Projects → alisdair → Team Time Zone

alisdair / Team Time Zone

Licence: mit
Distributed teams are awesome. Time zones are awful.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Team Time Zone

Vscode Remote Workspace
Multi protocol support for handling remote files like local ones in Visual Studio Code.
Stars: ✭ 197 (+838.1%)
Mutual labels:  slack, remote
Slacken
A lightweight Qt client for Slack
Stars: ✭ 20 (-4.76%)
Mutual labels:  slack
Remote Web Streams
Web streams that work across web workers and iframes.
Stars: ✭ 26 (+23.81%)
Mutual labels:  remote
Wc2018 Slack Bot
World Cup 2018 Slack Bot
Stars: ✭ 11 (-47.62%)
Mutual labels:  slack
Ember Inspector
Adds an Ember tab to the browser's Developer Tools that allows you to inspect Ember objects in your application.
Stars: ✭ 936 (+4357.14%)
Mutual labels:  ember
Ember Api Feature Flags
API based, read-only feature flags for Ember
Stars: ✭ 11 (-47.62%)
Mutual labels:  ember
Emacs Slack
slack client for emacs
Stars: ✭ 928 (+4319.05%)
Mutual labels:  slack
Skyrat
SkyRAT - Powershell Remote Administration Tool
Stars: ✭ 21 (+0%)
Mutual labels:  remote
D3 Digest
SlackBot that watch channels looking for links and reactions, and generates digests based on those reactions
Stars: ✭ 15 (-28.57%)
Mutual labels:  slack
Envtool
Utility to check and search along environment variables. Or where Python/Cmake/Man-pages/pkg-modules/VCPKG-packages are located.
Stars: ✭ 10 (-52.38%)
Mutual labels:  remote
Versionmonitor
Monitors different kinds of software projects for new releases
Stars: ✭ 9 (-57.14%)
Mutual labels:  slack
Ember Cli Mirage
An Ember Addon to easily add Mirage JS to your Ember app.
Stars: ✭ 848 (+3938.1%)
Mutual labels:  ember
Ember Paper
The Ember approach to Material Design.
Stars: ✭ 871 (+4047.62%)
Mutual labels:  ember
Pretzel
Javascript full-stack framework for Big Data visualisation and analysis
Stars: ✭ 26 (+23.81%)
Mutual labels:  ember
Ember Polymer
Use Polymer in your ambitious Ember application! 💎
Stars: ✭ 20 (-4.76%)
Mutual labels:  ember
Irackbot
Bridge between Slack and IRC channels allowing message filtering and logging while keeping communication public
Stars: ✭ 25 (+19.05%)
Mutual labels:  slack
Slack Client
Slack Real Time Messaging API Client
Stars: ✭ 9 (-57.14%)
Mutual labels:  slack
Ember I18n Changeset Validations
ember-i18n support for ember-changeset-validations messages
Stars: ✭ 11 (-47.62%)
Mutual labels:  ember
Hubot Slack Docker
Docker container running Github Hubot.
Stars: ✭ 21 (+0%)
Mutual labels:  slack
Cog
Bringing the power of the command line to chat
Stars: ✭ 910 (+4233.33%)
Mutual labels:  slack

Team Time Zone

Build Status

Team Time Zone

This app helps you work out what time it is for everyone on your team. Just sign in with Slack to sync up your team, and see what time it is for all your coworkers.

See also the team-time-zone-backend repository, which provides the last step of authentication.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

Development mode uses a Mirage server to provide some sample data.

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Deployment

Copy .env.deploy.sample to .env.deploy.production and set up your server configuration. Then use ember-cli-deploy:

  • ember deploy --activate production
  • ember deploy:list production
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].