Socket
Socket
Sign inDemoInstall

prismic.io

Package Overview
Dependencies
Maintainers
2
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prismic.io

JavaScript development kit for prismic.io


Version published
Weekly downloads
1.5K
increased by12.37%
Maintainers
2
Weekly downloads
 
Created
Source

JavaScript development kit for prismic.io

Getting started

Install the kit

You can find the minified latest (unstable) version of the library at:

https://raw.github.com/prismicio/javascript-kit/master/dist/prismic.io-1.0.6.min.js

You can install a stable version using npm:

npm install prismic.io

Or using bower:

bower install prismic.io
Get started with prismic.io

You can find out how to get started with prismic.io on our prismic.io developer's portal.

Get started using the kit

Also on our prismic.io developer's portal, on top of our full documentation, you will:

You can also browse the full documentation of the JS development kit (there is currently a known issue about it)

Changelog

Need to see what changed, or to upgrade your kit? Check out this kit's changelog.

Contribute to the kit

Contribution is open to all developer levels, read our "Contribute to the official kits" documentation to learn more.

Install the kit locally

You can simply execute this JavaScript kit with a web browser, but more advanced users can feel free to use grunt tasks.

To install grunt and other required packages: install Node.js and npm, and then run this from your kit's repository, as an administrator:

npm install -g grunt
npm install
Test

Please write tests in test/test.js for any bugfix or new feature, following the very simple QUnit syntax.

Execute the tests either by opening test/test.html in a browser, or by running grunt qunit.

If you find existing code that is not optimally tested and wish to make it better, we really appreciate it; but you should document it on its own branch and its own pull request.

Documentation

Please document any new feature or bugfix using the JSDoc syntax. You don't need to generate the documentation, we'll do that.

If you feel an existing area of code is lacking documentation, feel free to write it; but please do so on its own branch and pull-request.

If you find existing code that is not optimally documented and wish to make it better, we really appreciate it; but you should document it on its own branch and its own pull request.

Licence

This software is licensed under the Apache 2 license, quoted below.

Copyright 2013 Zengularity (http://www.zengularity.com).

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this project except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Keywords

FAQs

Package last updated on 10 Jan 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc