Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dickwyn/linkedin-message-template

Message template for LinkedIn connect requests
https://github.com/dickwyn/linkedin-message-template

linkedin template

Last synced: 2 days ago
JSON representation

Message template for LinkedIn connect requests

Awesome Lists containing this project

README

        

# LinkedIn Message Template 💬

This is a simple web application to generate messages when I connect with new LinkedIn members. It is just a simple form that pre-fills the optional message template when sending a connection request. The message template is within the 300 character limit set by LinkedIn.

## Project Dependencies

This project is built with:

1. [NodeJS](http://nodejs.org)
2. [ReactJS](https://reactjs.org/)
3. [clipboard.js](https://clipboardjs.com/) - `$ yarn add clipboard`

## Running the Project

**Get Started**

1. `$ git clone https://github.com/dickwyn/testorange-message-template.git`
2. `$ yarn` in the cloned directory

**Development Mode**

1. `$ yarn start`
2. Application runs on `localhost:3000`

**Production Mode**

1. `$ yarn deploy`

## License

The contents of this repository are covered under the [MIT License](https://github.com/dickwyn/testorange-message-template/blob/master/LICENSE).