# Apps.Wikipedia **Repository Path**: mirrors_RocketChat/Apps.Wikipedia ## Basic Information - **Project Name**: Apps.Wikipedia - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-24 - **Last Updated**: 2026-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Apps.Wikipedia Integration between Rocket.Chat and the Wikipedia API 1. Clone this repo and Change Directory:
`git clone https://github.com/RocketChat/Apps.Wikipedia.git && cd Apps.Wikipedia/` 2. Install the required packages from `package.json`:
`npm install` 3. Deploy Rocket.Chat app:
`rc-apps deploy --url http://localhost:3000 --username user_username --password user_password` Where: - `http://localhost:3000` is your local server URL (if you are running in another port, change the 3000 to the appropriate port) - `user_username` is the username of your admin user. - `user_password` is the password of your admin user. For more info refer [this](https://rocket.chat/docs/developer-guides/developing-apps/getting-started/) guide