https://github.com/apify/apify-storage-local-js
Local emulation of the apify-client NPM package, which enables local use of Apify SDK.
https://github.com/apify/apify-storage-local-js
Last synced: 8 months ago
JSON representation
Local emulation of the apify-client NPM package, which enables local use of Apify SDK.
- Host: GitHub
- URL: https://github.com/apify/apify-storage-local-js
- Owner: apify
- Created: 2020-03-17T17:28:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-03T08:01:44.000Z (about 2 years ago)
- Last Synced: 2025-04-11T22:11:28.432Z (about 1 year ago)
- Language: TypeScript
- Size: 205 KB
- Stars: 3
- Watchers: 3
- Forks: 4
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Local Emulation of [Apify Storage](https://apify.com/storage)
This package helps with local development of Apify Actors, by providing an emulation layer
for Apify cloud Storage. Interface of this package replicates the [Apify API client
for JavaScript](https://github.com/apify/apify-client-js) and can be used as its local
replacement.
[Apify SDK](https://sdk.apify.com) is the main consumer of this package. It allows the SDK
to be used without access to the Apify Platform.
## How to build from source
If you are working on this module, or would like to contribute to it, and need to test your changes locally,
here are the build steps to get this module up and running.
1. Install dependencies via `npm i`
2. Run the `build` script (`npm run build`)
The compiled code will be found in the `dist` folder that gets created.