[go: nahoru, domu]

Skip to content
View harihara6's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report harihara6

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Get tweets Get tweets
    1
    import { TwitterApi } from 'twitter-api-v2';
    2
    
                  
    3
    const twitterClient = new TwitterApi(<Your twitter token>);
    4
    
                  
    5
    export async function getTweets() {
  2. Get news from bing API Get news from bing API
    1
    import axios from "axios";
    2
    import BingResponse from "./Bing";
    3
    
                  
    4
    export async function getBingNews() : Promise<BingResponse[]> {
    5
        let res : BingResponse[]= []
  3. Analyse the data Analyse the data
    1
    import * as AWSComprehend from "@aws-sdk/client-comprehend";
    2
    import { LanguageServiceClient } from '@google-cloud/language';
    3
    
                  
    4
    //Analyse using GCP 
    5
    const [result] = await client.analyzeSentiment({document : {
  4. Arduino Arduino Public

    Forked from RobTillaart/Arduino

    libs and code

    C++

  5. JWT-Authentication JWT-Authentication Public

    Forked from WebDevSimplified/JWT-Authentication

    JavaScript

  6. spring-cloud-gcp spring-cloud-gcp Public

    Forked from spring-attic/spring-cloud-gcp

    Integration for Google Cloud Platform APIs with Spring

    Java