AndrewMatayka / MMM-ClickUPv2-Server

This is the Web Server portion of the MMM-ClickUPv2 project. This Web Server is used to generate an Access Code for your ClickUP app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MMM-ClickUPv2-Server

This is the Web Server portion of the MMM-ClickUPv2 project. This Web Server required you to enter your ClickUP Client ID, and in return it will give you an Access Code.

Node.js Build

Installation

  1. Navigate into any and execute the command git clone https://github.com/AndrewMatayka/MMM-ClickUPv2-Server.git. A new folder will appear, navigate into it.
  2. Execute the command npm install in order to install the required node dependencies.

Running

Running this web server is super simple and has some instructions as well from MMM-ClickUPv2. There is only one step required:

  1. Run the following command in the project directory npm start.

Complete instructions can be found at the following Project URL.

Dependencies

The MIT License (MIT)

Copyright © 2021 Andrew Matayka

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

The software is provided “as is”, without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software.

About

This is the Web Server portion of the MMM-ClickUPv2 project. This Web Server is used to generate an Access Code for your ClickUP app.

License:MIT License


Languages

Language:JavaScript 72.4%Language:HTML 25.0%Language:CSS 2.5%