
Product
Introducing Rust Support in Socket
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.
seoai-client
Advanced tools
Official client for the SEOAI Blog API. Fetch and render real-time, SEO-optimized blog content directly into your website or app.
Official client for the SEOAI Blog API. Fetch and render real-time, SEO-optimized blog content directly into your website or app.
npm install seoai-client
import { SeoAiClient } from 'seoai-client';
// Initialize the client with your API key
const client = new SeoAiClient('your_api_key_here');
// Fetch topics (paginated)
const topics = await client.getTopics(0, 10);
console.log('Topics:', topics);
// Fetch a single article by topic ID
const article = await client.getArticle(123);
console.log('Article:', article);
constructor(apiKey: string)
getArticles(page?: number, limit?: number): Promise<IArticle[]>
getCategoryArticles(categorySlug: string, page?: number, limit?: number): Promise<IArticle[]>
getTagArticles(tagSlug: string, page?: number, limit?: number): Promise<IArticle[]>
getArticle(slug: string): Promise<IArticle>
slugify(text: string): string
transliterate(text: string): string
See src/types.ts
for all exported types: IArticle
, ICategory
, ITag
, IRelatedPost
.
MIT
FAQs
Official client for the SEOAI Blog API. Fetch and render real-time, SEO-optimized blog content directly into your website or app.
The npm package seoai-client receives a total of 96 weekly downloads. As such, seoai-client popularity was classified as not popular.
We found that seoai-client demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
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.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.
Product
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.