Skip to content
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions extensions/similarweb/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules

# Raycast specific files
raycast-env.d.ts
.raycast-swift-build
.swiftpm
compiled_raycast_swift
compiled_raycast_rust

# misc
.DS_Store
4 changes: 4 additions & 0 deletions extensions/similarweb/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"printWidth": 120,
"singleQuote": false
}
8 changes: 8 additions & 0 deletions extensions/similarweb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Similarweb Changelog

## [Initial Version] - {PR_MERGE_DATE}

### Add Commands

- Show Website Data: fetch analytics for any domain or the active browser tab
- History: browse, copy, and manage locally stored website snapshots
16 changes: 16 additions & 0 deletions extensions/similarweb/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Similarweb

Fetch Similarweb analytics, which include rankings, traffic trends, and audience insights for any website, and explore the locally stored history of your lookups.

## Features

- **Show Website Data**: Fetch website analytics for any domain or the active browser tab
- **History**: Browse and manage previously fetched website snapshots stored locally

## Data Source

This extension fetches data from Similarweb's public API endpoints. No API key is required.

## Storage

Website snapshots are stored locally in Raycast's LocalStorage for quick access and offline browsing.
Binary file added extensions/similarweb/assets/extension-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions extensions/similarweb/eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import { defineConfig } from "eslint/config";
import raycastConfig from "@raycast/eslint-config";

export default defineConfig([...raycastConfig]);
Binary file added extensions/similarweb/metadata/similarweb-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/similarweb/metadata/similarweb-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading