🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

google-scholarly

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

google-scholarly

Google Scholar Node.js

latest
Source
npmnpm
Version
1.3.0
Version published
Maintainers
1
Created
Source

Google Scholar Node.js

install size npm package version github license js semistandard style

Installation

npm install --save google-scholarly

Get API_KEY from: https://proxiesapi.com/

Example

With proxy API key

Scholar
  .init(apiKey)
  .getPubAuthors('"A frequency-domain analysis of haptic gratings"')
  .then(res => console.log(res))
  .catch(err => console.error(err.message));
Scholar
  .init()
  .getPubAuthors('"A frequency-domain analysis of haptic gratings"')
  .then(res => console.log(res))
  .catch(err => console.error(err.message));

Expected output:

[
  {
    name: 'Steven A. Cholewiak, PhD',
    affiliation: 'Vision Scientist',
    homepage: 'http://steven.cholewiak.com/',
    domain: 'berkeley.edu',
    hindex: '8',
    interests: [
      'Depth Cues',
      '3D Shape',
      'Shape from Texture & Shading',
      'Naive Physics',
      'Haptics'
    ]
  },
  {
    name: 'Kwangtaek Kim',
    affiliation: 'Kent State University',
    homepage: undefined,
    domain: 'cs.kent.ed',
    hindex: '12',
    interests: [
      'haptics',
      'perception',
      'immersive user interface',
      'visuohaptic watermarking'
    ]
  },
  {
    name: 'Hong Z Tan',
    affiliation: 'Professor of ECE, Purdue University',
    homepage: 'http://engineering.purdue.edu/~hongtan',
    domain: 'purdue.edu',
    hindex: '49',
    interests: [ 'haptics', 'psychophysics' ]
  }
]

Keywords

Scholar

FAQs

Package last updated on 14 Sep 2020

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