diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..02a3d09 --- /dev/null +++ b/LICENSE @@ -0,0 +1,15 @@ +ISC License + +Copyright (c) 2024-2026 ASE2024-Yellow + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/README.md b/README.md index ffc7bb4..ae4d519 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # thingy-api-Yellow [![Codacy Badge](https://app.codacy.com/project/badge/Grade/f787516c9d074c3bb14e8155cdd1d683)](https://app.codacy.com?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade) +![License: ISC](https://img.shields.io/badge/License-ISC-blue.svg) +![Language: TypeScript](https://img.shields.io/badge/Language-TypeScript-3178c6?logo=typescript&logoColor=white) +![Framework: Koa](https://img.shields.io/badge/Framework-Koa-33333d?logo=koa&logoColor=white) +![Database: MongoDB](https://img.shields.io/badge/Database-MongoDB-47A248?logo=mongodb&logoColor=white) +![Database: InfluxDB](https://img.shields.io/badge/Database-InfluxDB-22ADF6?logo=influxdb&logoColor=white) +![Tests: Jest](https://img.shields.io/badge/Tests-Jest-C21325?logo=jest&logoColor=white) ## Introduction Our project is Bike Accident Detection. @@ -131,4 +137,3 @@ Refer to the `ASE2024-Yellow-Sprint1-API.yml` and `ASE2024-Yellow-Sprint2-API.ym - mqtt: contains logics regarding MQTT - routes: contains paths of API - utils: contains some useful functions -