Voodoo Scraper is a simple, elegant web application that extracts URLs from projects on base.org/ecosystem. It provides an easy way to view and copy all URLs from the ecosystem data.
- Displays extracted URLs in a clean, readable format
- Allows one-click copying of all URLs
- Supports dark mode (based on system preferences)
- Responsive design that works on both desktop and mobile devices
- Node.js (version 14 or later)
- npm (usually comes with Node.js)
-
Clone the repository:
git clone https://github.com/wbnns/voodoo.git cd voodoo
-
Install the dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and visit
http://localhost:3000
- When you open the app, it automatically fetches and displays the URLs from the Base ecosystem JSON file.
- To copy all URLs, click the "Copy All" button.
- To refresh the data, click the "Refresh Data" button.
To deploy your app to Vercel:
- Push your code to a GitHub repository.
- Go to Vercel and sign in.
- Click "New Project" and import your GitHub repository.
- Follow the prompts to deploy your app.
- Next.js - The React framework used
- Tailwind CSS - For styling
Contributions are welcome! Please feel free to submit a Pull Request.
This project is open source and available under the MIT License.