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

https://github.com/thisdot/open-source

Repository for open source packages
https://github.com/thisdot/open-source

Last synced: 5 months ago
JSON representation

Repository for open source packages

Awesome Lists containing this project

README

        

![This Dot Open Source](TDOS_logo.png)

## Packages

This repository currently contains the following packages:

- [@this-dot/route-config](./libs/route-config/README.md)
- [@this-dot/ng-utils](./libs/ng-utils/README.md)
- [@this-dot/cypress-indexeddb](./libs/cypress-indexeddb/README.md)
- [@this-dot/rxidb](./libs/rxidb/README.md)
- [@this-dot/vue-route-guard](./libs/vue-route-guard/README.md)

## Demo

You can try out our showcase application by following the steps below

1. [Import this repository on Stackblitz](https://stackblitz.com/github/thisdot/open-source?preset=node)
1. [Import this repository on Stackblitz and start the Vue application](https://stackblitz.com/github/thisdot/open-source?file=package.json&terminal=start:vue)
1. Try out the showcase application.

## How to contribute

Follow our [contributing guidelines](CONTRIBUTING.md).

## Publications

- [Introducing our first open-source library: @this-dot/route-config](https://www.thisdot.co/blog/introducing-our-first-open-source-library-this-dot-route-config)
- [Getting authenticated images in Angular](https://www.thisdot.co/blog/getting-authenticated-images-in-angular)
- [What's new in @this-dot/route-config v1.2](https://www.thisdot.co/blog/whats-new-in-this-dot-route-config-v1-2)
- [Cypress testing your IndexedDb contents with @this-dot/cypress-indexeddb](https://www.thisdot.co/blog/cypress-testing-your-indexeddb-contents-with-this-dot-cypress-indexeddb)