0.1.73 • Published 7 years ago

hashdo-analytics-keen v0.1.73

Weekly downloads
1
License
Apache-2.0
Repository
github
Last release
7 years ago

#Do Keen IO

This is a analytics implementation plugin for sending #Do data to Keen IO.

Getting Started

To make use of Keen IO for analytics in a #Do project, you simply replace the built-in analytics object property with this implementation.

var hashdo = require('hashdo');

// Use the Keen IO analytics plugin.
hashdo.analytics = require('hashdo-analytics-keen');

// Using the hashdo-web project?
var hashdoweb = require('hashdo-web');

hashdoweb.hashdo.analytics = require('hashdo-analytics-keen');

Environment Variables

To successfully send data to Keen IO, the following environment variables must be set.

KEEN_PROJECT_ID

The project ID can be found on the selected Keen IO project page.

KEEN_WRITE_KEY

The write key can be found on the selected Keen IO project page by clicking on the "Show API Keys" button.

License

Copyright 2015 (c). All rights reserved.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file 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.

0.1.73

7 years ago

0.1.72

7 years ago

0.1.71

7 years ago

0.1.70

7 years ago

0.1.69

7 years ago

0.1.68

8 years ago

0.1.67

8 years ago

0.1.66

8 years ago

0.1.65

8 years ago

0.1.64

8 years ago

0.1.63

8 years ago

0.1.62

8 years ago

0.1.61

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

9 years ago

0.1.0

9 years ago