https://github.com/devidw/e11

fully typed js/ts openapi client for elevenlabs api

https://github.com/devidw/e11

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (1.7%) to scientific vocabulary

Keywords

elevenlabs elevenlabs-api elevenlabs-js elevenlabs-node
Last synced: 6 months ago · JSON representation

Repository

fully typed js/ts openapi client for elevenlabs api

Basic Info
Statistics
  • Stars: 6
  • Watchers: 1
  • Forks: 0
  • Open Issues: 2
  • Releases: 0
Topics
elevenlabs elevenlabs-api elevenlabs-js elevenlabs-node
Created over 2 years ago · Last pushed over 2 years ago
Metadata Files
Readme

README.md

elf ~ e11

fully typed js/ts openapi client for elevenlabs api

  • https://api.elevenlabs.io/docs

bash pnpm add e11

```ts import { Configuration, TextToSpeechApi } from "e11" import fs from "fs"

console.assert(process.env.SOME_SECRET)

const apiConfig = new Configuration({ apiKey: process.env.SOME_SECRET, })

const tts = new TextToSpeechApi(apiConfig)

const res = await tts.textToSpeechV1TextToSpeechVoiceIdPost( { voiceId: "21m00Tcm4TlvDq8ikWAM", bodyTextToSpeechV1TextToSpeechVoiceIdPost: { text: "helllo babeee", modelId: "elevenmultilingualv2", }, }, { responseType: "arraybuffer", } )

console.log(res.statusText)

fs.writeFileSync("output.mp3", Buffer.from(res.data)) ```

Owner

  • Name: David Wolf
  • Login: devidw
  • Kind: user
  • Location: The Zone

// uncommenting

GitHub Events

Total
Last Year

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 1
  • Total Committers: 1
  • Avg Commits per committer: 1.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
David Wolf 6****w 1

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 1
  • Total pull requests: 2
  • Average time to close issues: 2 days
  • Average time to close pull requests: N/A
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 2
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • PiotrDabkowski (1)
Pull Request Authors
  • dependabot[bot] (3)
Top Labels
Issue Labels
Pull Request Labels
dependencies (3)

Dependencies

package.json npm
  • typescript ^5.2.2 development
  • axios ^1.5.0
pnpm-lock.yaml npm
  • typescript@5.2.2 development
  • asynckit@0.4.0
  • axios@1.5.0
  • combined-stream@1.0.8
  • delayed-stream@1.0.0
  • follow-redirects@1.15.3
  • form-data@4.0.0
  • mime-db@1.52.0
  • mime-types@2.1.35
  • proxy-from-env@1.1.0