Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/storj-archived/core
Deprecated. Implementation of the Storj v2 protocol for Node.js.
https://github.com/storj-archived/core
Last synced: 4 days ago
JSON representation
Deprecated. Implementation of the Storj v2 protocol for Node.js.
- Host: GitHub
- URL: https://github.com/storj-archived/core
- Owner: storj-archived
- License: other
- Archived: true
- Created: 2016-02-02T16:10:31.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-29T18:42:57.000Z (over 6 years ago)
- Last Synced: 2024-05-21T19:12:43.941Z (6 months ago)
- Language: JavaScript
- Homepage: https://storj.io
- Size: 6.93 MB
- Stars: 395
- Watchers: 70
- Forks: 95
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-AGPL-3.0
Awesome Lists containing this project
- awesome-p2p - storj - Library for interacting with storj. (Libraries / Node.js)
README
_**Notice**: Development on this repo is deprecated as we continue our v3 rearchitecture. Please see https://github.com/storj/storj for ongoing v3 development._
[![Storj](https://nodei.co/npm/storj-lib.png?downloads=true)](http://storj.github.io/core)
==========================================================================================[![Build Status](https://img.shields.io/travis/storj/core.svg?style=flat-square)](https://travis-ci.org/storj/core)
[![Coverage Status](https://img.shields.io/coveralls/Storj/core.svg?style=flat-square)](https://coveralls.io/r/Storj/core)
[![NPM](https://img.shields.io/npm/v/storj-lib.svg?style=flat-square)](https://www.npmjs.com/package/storj-lib)
[![License](https://img.shields.io/badge/license-AGPL3.0-blue.svg?style=flat-square)](https://raw.githubusercontent.com/storj/core/master/LICENSE)Implementation of the Storj protocol for Node.js. You must have Node.js v6.9.1, Python v2.x.x,
and Git installed. [Complete documentation can be found here](http://storj.github.io/core).```
npm install storj-lib --save
```Notices
-------
- The BridgeClient methods `storeFileInBucket` and `resolveFileFromPointers` are deprecated, please see [node-libstorj](https://github.com/storj/node-libstorj) and [libstorj](https://github.com/storj/libstorj) for file transfer, as well as the client libraries at https://github.com/storj/awesome-storj#client-librariesLicense
-------Storj Core - Implementation of the Storj protocol for Node.js
Copyright (C) 2016 Storj Labs, IncThis program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.*Certain parts of this program are licensed under the GNU Lesser General
Public License as published by the Free Software Foundation. You can
redistribute it and/or modify it under the terms either version 3 of the
License, or (at your option) any later version.*This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.You should have received a copy of the GNU Affero General Public License
along with this program. If not, see
[http://www.gnu.org/licenses/](http://www.gnu.org/licenses/).