Coder Social home page Coder Social logo

bashen1 / react-native-aliyun-log Goto Github PK

View Code? Open in Web Editor NEW

This project forked from shimo-react-native/react-native-aliyun-log

0.0 1.0 0.0 228 KB

阿里云日志服务 react native SDK

License: MIT License

JavaScript 15.07% Python 7.33% Java 24.94% Objective-C 49.38% Ruby 3.27%

react-native-aliyun-log's Introduction

react-native-aliyun-log

阿里云日志服务 react native SDK

集成 AliyunLogObjcaliyun-log-android-sdk

安装

npm i --save react-native-aliyun-log
react-native link react-native-aliyun-log

使用

iOS

在工程中参考 AliyunLogObjc,使用 Carthage 方式集成

github "lujiajing1126/AliyunLogObjc"

Android

参考 aliyun-log-android-sdk

例子

import AliyunLog from 'react-native-aliyun-log';

AliyunLog.init('endPoint', 'accessKeyId', 'accessKeySecret', null, 'project');
AliyunLog.post('app', 'topic', 'source', [{ key: 'key1', content: 'content1' }, { key: 'key2', content: 'content2' }]);

react-native-aliyun-log's People

Contributors

greedbell avatar wsong910 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.