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

https://github.com/charlescreativecontent/helpinghands

Application that helps hosts keep a queue of speakers at their events on twitter
https://github.com/charlescreativecontent/helpinghands

Last synced: 5 months ago
JSON representation

Application that helps hosts keep a queue of speakers at their events on twitter

Awesome Lists containing this project

README

          

# HelpingHands

HelpingHands is an application designed to assist hosts in managing a queue of speakers during their events on Twitter. This tool helps streamline the process of speaker management, making it easier for event hosts to keep track of who is next to speak.

## [Live Demo](https://shawncharles.com/hands)



## Features
- Queue management for speakers at events
- Integration with Twitter for easy speaker tracking

## Technologies Used
- HTML (82.6%)
- JavaScript (17.4%)

## Installation

To run the project locally, follow these steps:

1. Clone the repository:
```bash
git clone https://github.com/CharlesCreativeContent/helpinghands.git
```
2. Navigate to the project directory:
```bash
cd helpinghands
```
3. Install the dependencies:
```bash
npm install
```
4. Start the development server:
```bash
node api/twitter.js
```

## Project Structure

```
helpinghands/

├── api/twitter.js
├── index.html
├── package.json
├── package-lock.json
├── vercel.json
├── README.md
```

## Contributing

Feel free to fork this repository and make pull requests. For major changes, please open an issue to discuss what you would like to change.

## License

This project is open source and available under the [MIT License](LICENSE).