Skip to content

Commit

Permalink
docs(readme): migrate credit
Browse files Browse the repository at this point in the history
  • Loading branch information
FantasticFiasco committed Dec 3, 2020
1 parent e1ffc98 commit 30d74d3
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 46 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

![Build Status](https://github.com/FantasticFiasco/axis-js/workflows/CI/CD/badge.svg)

## Table of contents

- [Packages](#packages)

## Packages

The following NPM packages have been created to provide a smooth experience with devices from Axis Communications.
Expand All @@ -16,3 +12,9 @@ The following NPM packages have been created to provide a smooth experience with
- [axis-discovery-ssdp](https://github.com/FantasticFiasco/axis-js/tree/master/packages/axis-discovery-ssdp) - A Node.js SSDP (UPnP) client library written in TypeScript capable of searching for Axis Communication cameras.
- [axis-maintenance](https://github.com/FantasticFiasco/axis-js/tree/master/packages/axis-maintenance) - A Node.js library written in TypeScript capable of running maintenance operations on cameras from Axis Communication.
- [axis-snapshot](https://github.com/FantasticFiasco/axis-js/tree/master/packages/axis-snapshot) - A Node.js library written in TypeScript capable of getting snapshots from Axis Communication cameras.

## Credit

Thank you [JetBrains](https://www.jetbrains.com/) for your important initiative to support the open source community with free licenses to your products.

![JetBrains](./assets/jetbrains.png)
Binary file added assets/jetbrains.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 0 additions & 7 deletions packages/axis-configuration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ A Node.js library written in TypeScript capable of configuring [Axis Communicati
- [Prerequisites](#prerequisites)
- [Parameters](#parameters)
- [User accounts](#user-accounts)
- [Credit](#credit)

---

Expand Down Expand Up @@ -202,9 +201,3 @@ class User {
readonly ptz: boolean;
}
```

## Credit

Thank you [JetBrains](https://www.jetbrains.com/) for your important initiative to support the open source community with free licenses to your products.

![JetBrains](./doc/resources/jetbrains.png)
7 changes: 0 additions & 7 deletions packages/axis-discovery-bonjour/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ To also find cameras on the network using SSDP (UPnP), please see [axis-discover
- [Super simple to use](#super-simple-to-use)
- [Installation](#installation)
- [API](#api)
- [Credit](#credit)

---

Expand Down Expand Up @@ -125,9 +124,3 @@ class Device {
}

```

## Credit

Thank you [JetBrains](https://www.jetbrains.com/) for your important initiative to support the open source community with free licenses to your products.

![JetBrains](./doc/resources/jetbrains.png)
7 changes: 0 additions & 7 deletions packages/axis-discovery-ssdp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ To also find cameras on the network using Bonjour, please see [axis-discovery](h
- [Installation](#installation)
- [Who is using it?](#who-is-using-it)
- [API](#api)
- [Credit](#credit)

---

Expand Down Expand Up @@ -178,9 +177,3 @@ export interface IHttpClient {
get(url: string): Promise<string>;
}
```
## Credit
Thank you [JetBrains](https://www.jetbrains.com/) for your important initiative to support the open source community with free licenses to your products.
![JetBrains](./design/jetbrains.png)
7 changes: 0 additions & 7 deletions packages/axis-discovery/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ It utilizes [axis-discovery-bonjour](https://github.com/FantasticFiasco/axis-js/
- [Super simple to use](#super-simple-to-use)
- [Installation](#installation)
- [API](#api)
- [Credit](#credit)

---

Expand Down Expand Up @@ -143,9 +142,3 @@ class Device {
readonly presentationURL: string | undefined;
}
```

## Credit

Thank you [JetBrains](https://www.jetbrains.com/) for your important initiative to support the open source community with free licenses to your products.

![JetBrains](./doc/resources/jetbrains.png)
7 changes: 0 additions & 7 deletions packages/axis-maintenance/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ A Node.js library written in TypeScript capable of running maintenance operation
- [Super simple to use](#super-simple-to-use)
- [Installation](#installation)
- [API](#api)
- [Credit](#credit)

---

Expand Down Expand Up @@ -75,9 +74,3 @@ class Maintenance {
factoryDefault(type: FactoryDefaultType): Promise<void>;
}
```

## Credit

Thank you [JetBrains](https://www.jetbrains.com/) for your important initiative to support the open source community with free licenses to your products.

![JetBrains](./doc/resources/jetbrains.png)
7 changes: 0 additions & 7 deletions packages/axis-snapshot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ A Node.js library written in TypeScript capable of getting snapshots from [Axis
- [Super simple to use](#super-simple-to-use)
- [Installation](#installation)
- [API](#api)
- [Credit](#credit)

---

Expand Down Expand Up @@ -60,9 +59,3 @@ class Snapshot {
jpeg(options?: SnapshotOptions): Promise<Buffer>;
}
```

## Credit

Thank you [JetBrains](https://www.jetbrains.com/) for your important initiative to support the open source community with free licenses to your products.

![JetBrains](./doc/resources/jetbrains.png)

0 comments on commit 30d74d3

Please sign in to comment.