Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.
/ tweet-split Public archive

Send and split the tweet into many parts due to limited size of message

Notifications You must be signed in to change notification settings

nguyenhuedang/tweet-split

Repository files navigation

TweetSplit

Coverage Status

About the project

Tweet Split is a web application that allow user to split the message into many parts, each part has a maximum character limit (default is 50).

Live demo & documents

Tweet Split has been hosted by GitHub Pages

The technology stacks

The project is developed under Polymer library. The unit of development is components. Every component has it's own template, methods, events and properties. I choose Polymer because the Polymer team provides libraries, tools and patterns to help developers build modern Progressive Web Apps, taking full advantage of cutting-edge platform features like Web Components, Service Workers and HTTP/2.

Continuous integration

After each commit, the Tweet Split Travis would be triggers for the following tasks:

  1. Lint the code
  2. Run unit tests
  3. Build the application
  4. Deploy the application and documents to Github Pages

Develop

Install the Polymer-CLI

First, make sure you have the Polymer CLI installed. Then run polymer serve to serve your application locally.

Viewing Your Application

$ polymer serve

Building Your Application

$ polymer build

This will create builds of the application in the build/ directory, optimized to be served in production. You can then serve the built versions by giving polymer serve a folder to serve from:

$ polymer serve build/default

Running Tests

$ polymer test

The application is already set up to be tested via web-component-tester. Run polymer test to run Tweet Split's test suite locally.

About

Send and split the tweet into many parts due to limited size of message

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published