DevDic is a programming dictionary for Developers by Developers. This Bot can teach you almost everything about almost any programming language by showing you the language meaning and also suggest good important links/tutorials to learn.
Resources are available out there but programmers mostly newbie don't know where to get them. DevDic is here to solve the problem so as to improve productivity yay!
-
First, go to facebook and search for
devdic
(devdic is the name of the bot). Once located, click on it. -
There are number of commands you can use to interact with the bot (example):
language php
This command will show details about PHP and will bring out a number of good links to learn about PHP.language php extension
This command will show PHP extension -.php
To find out more about other commands, you can use to interact with the bot, type
help
and submit.
- Head to the bot messenger page here.
Head over to the documentation page for available endpoints.
- PHP >= 5.6.4
- Composer
- Clone the repository
git clone git@github.com:DevOfFuture/DevDic.git
- Install dependencies
composer install
- Configuration
Creates a new file - .env
.
cp .env.example .env
Change the content of .env to your configuration settings
- Serving Your Application
php -S localhost:9999 -t public
- Relax and contribute to the project 🔥