|
1 | 1 | # datastore-core <!-- omit in toc -->
|
2 | 2 |
|
3 |
| -[](http://ipfs.io) |
4 |
| -[](http://webchat.freenode.net/?channels=%23ipfs) |
5 |
| -[](https://discord.gg/ipfs) |
| 3 | +[](https://ipfs.tech) |
| 4 | +[](https://discuss.ipfs.tech) |
6 | 5 | [](https://codecov.io/gh/ipfs/js-datastore-core)
|
7 |
| -[](https://github.com/ipfs/js-datastore-core/actions/workflows/js-test-and-release.yml) |
| 6 | +[](https://github.com/ipfs/js-datastore-core/actions/workflows/js-test-and-release.yml?query=branch%3Amaster) |
8 | 7 |
|
9 | 8 | > Wrapper implementation for interface-datastore
|
10 | 9 |
|
11 | 10 | ## Table of contents <!-- omit in toc -->
|
12 | 11 |
|
13 | 12 | - [Install](#install)
|
| 13 | + - [Browser `<script>` tag](#browser-script-tag) |
14 | 14 | - [Implementations](#implementations)
|
15 | 15 | - [Usage](#usage)
|
16 | 16 | - [BaseDatastore](#basedatastore)
|
|
25 | 25 | $ npm i datastore-core
|
26 | 26 | ```
|
27 | 27 |
|
| 28 | +### Browser `<script>` tag |
| 29 | + |
| 30 | +Loading this module through a script tag will make it's exports available as `DatastoreCore` in the global namespace. |
| 31 | + |
| 32 | +```html |
| 33 | +<script src="https://unpkg.com/datastore-core/dist/index.min.js"></script> |
| 34 | +``` |
| 35 | + |
28 | 36 | ## Implementations
|
29 | 37 |
|
30 | 38 | - Wrapper Implementations
|
@@ -91,8 +99,12 @@ Licensed under either of
|
91 | 99 |
|
92 | 100 | ## Contribute
|
93 | 101 |
|
94 |
| -Feel free to join in. All welcome. Open an [issue](https://github.com/ipfs/js-ipfs-unixfs-importer/issues)! |
| 102 | +Contributions welcome! Please check out [the issues](https://github.com/ipfs/js-datastore-core/issues). |
95 | 103 |
|
96 |
| -This repository falls under the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md). |
| 104 | +Also see our [contributing document](https://github.com/ipfs/community/blob/master/CONTRIBUTING_JS.md) for more information on how we work, and about contributing in general. |
| 105 | + |
| 106 | +Please be aware that all interactions related to this repo are subject to the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md). |
| 107 | + |
| 108 | +Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions. |
97 | 109 |
|
98 | 110 | [](https://github.com/ipfs/community/blob/master/CONTRIBUTING.md)
|
0 commit comments